Renamed the rimebuf module to packetbuf to signal that the module is used outside of a pure Rime context (e.g., the sicslowpan code uses it).
This commit is contained in:
parent
932fc9f748
commit
65eb5fd4e8
90 changed files with 690 additions and 687 deletions
|
@ -28,7 +28,7 @@
|
|||
*
|
||||
* This file is part of the Contiki operating system.
|
||||
*
|
||||
* $Id: chameleon.h,v 1.1 2008/02/25 02:14:34 adamdunkels Exp $
|
||||
* $Id: chameleon.h,v 1.2 2009/03/12 21:58:20 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -49,13 +49,13 @@
|
|||
struct chameleon_module {
|
||||
struct channel *(* input)(void);
|
||||
int (* output)(struct channel *);
|
||||
int (* hdrsize)(const struct rimebuf_attrlist *);
|
||||
int (* hdrsize)(const struct packetbuf_attrlist *);
|
||||
void (* init)(void);
|
||||
};
|
||||
|
||||
void chameleon_init(const struct chameleon_module *header_processing_module);
|
||||
|
||||
int chameleon_hdrsize(const struct rimebuf_attrlist attrlist[]);
|
||||
int chameleon_hdrsize(const struct packetbuf_attrlist attrlist[]);
|
||||
void chameleon_input(void);
|
||||
int chameleon_output(struct channel *c);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue