Moved packet attributes specifications from rimebuf.h to the appropriate protocol header files
This commit is contained in:
parent
e70b45c102
commit
71e5adb254
6 changed files with 28 additions and 28 deletions
|
@ -46,7 +46,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: polite.h,v 1.3 2008/02/24 22:05:27 adamdunkels Exp $
|
||||
* $Id: polite.h,v 1.4 2009/01/15 22:15:51 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -65,6 +65,8 @@
|
|||
|
||||
struct polite_conn;
|
||||
|
||||
#define POLITE_ATTRIBUTES ABC_ATTRIBUTES
|
||||
|
||||
struct polite_callbacks {
|
||||
void (* recv)(struct polite_conn *c);
|
||||
void (* sent)(struct polite_conn *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue