mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
gnrc nettype: added a CCN nettypes
This commit is contained in:
parent
f3e3e40bda
commit
7e26470288
@ -84,6 +84,11 @@ typedef enum {
|
||||
* @}
|
||||
*/
|
||||
|
||||
#ifdef MODULE_CCN_LITE
|
||||
GNRC_NETTYPE_CCN, /**< Protocol is CCN */
|
||||
GNRC_NETTYPE_CCN_CHUNK, /**< Protocol is CCN, packet contains a content
|
||||
chunk */
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @{
|
||||
|
Loading…
Reference in New Issue
Block a user