Moved packet attributes specifications from rimebuf.h to the appropriate protocol header files

This commit is contained in:
adamdunkels 2009-01-15 22:15:51 +00:00
parent e70b45c102
commit 71e5adb254
6 changed files with 28 additions and 28 deletions

View file

@ -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);