mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
Special hack for atomic_aggr.
This commit is contained in:
parent
708711c373
commit
3bbc4ad6ad
@ -106,6 +106,7 @@ void val_print(struct f_val v);
|
|||||||
#define T_ENUM_HI 0x3f
|
#define T_ENUM_HI 0x3f
|
||||||
|
|
||||||
#define T_ENUM_RTS 0x30
|
#define T_ENUM_RTS 0x30
|
||||||
|
#define T_ENUM_EMPTY 0x3f /* Special hack for atomic_aggr */
|
||||||
|
|
||||||
#define T_ENUM T_ENUM_LO ... T_ENUM_HI
|
#define T_ENUM T_ENUM_LO ... T_ENUM_HI
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user