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
|
@ -36,7 +36,7 @@
|
|||
*
|
||||
* Author: Adam Dunkels <adam@sics.se>
|
||||
*
|
||||
* $Id: abc.c,v 1.18 2008/02/25 02:14:34 adamdunkels Exp $
|
||||
* $Id: abc.c,v 1.19 2009/03/12 21:58:20 adamdunkels Exp $
|
||||
*/
|
||||
|
||||
/**
|
||||
|
@ -58,8 +58,8 @@
|
|||
#define PRINTF(...)
|
||||
#endif
|
||||
|
||||
static const struct rimebuf_attrlist attributes[] =
|
||||
{ ABC_ATTRIBUTES RIMEBUF_ATTR_LAST };
|
||||
static const struct packetbuf_attrlist attributes[] =
|
||||
{ ABC_ATTRIBUTES PACKETBUF_ATTR_LAST };
|
||||
|
||||
/*---------------------------------------------------------------------------*/
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue