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
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/perl
|
||||
@rime = ( "abc", "collect", "ctimer", "ibc", "ipolite", "mesh", "meshconn",
|
||||
"mh", "neighbor-discovery", "neighbor", "nf", "polite", "queuebuf",
|
||||
"rime", "rimeaddr", "rimebuf", "rimestats", "rmesh", "rmh",
|
||||
"rime", "rimeaddr", "packetbuf", "rimestats", "rmesh", "rmh",
|
||||
"route-discovery", "route", "ruc", "rucb",
|
||||
"rudolph0", "rudolph1", "rudolph2", "sabc", "sibc", "suc",
|
||||
"trickle", "uc", "timesynch", "nullmac", "xmac" );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue