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