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: ipolite.h,v 1.4 2008/06/26 11:19:22 adamdunkels Exp $
|
||||
* $Id: ipolite.h,v 1.5 2009/01/15 22:15:51 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -65,6 +65,8 @@
|
|||
|
||||
struct ipolite_conn;
|
||||
|
||||
#define IPOLITE_ATTRIBUTES IBC_ATTRIBUTES
|
||||
|
||||
struct ipolite_callbacks {
|
||||
void (* recv)(struct ipolite_conn *c, rimeaddr_t *from);
|
||||
void (* sent)(struct ipolite_conn *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue