diff options
author | Pavel Machek <pavel@ucw.cz> | 2000-04-17 14:40:38 +0200 |
---|---|---|
committer | Pavel Machek <pavel@ucw.cz> | 2000-04-17 14:40:38 +0200 |
commit | 3bbc4ad6ad63d55b1d7845b53865963db79c2e16 (patch) | |
tree | 7fa5b4dc4c8bbb74367236304dfec435af2112dd /filter | |
parent | 708711c37306d6bc3a83935a4d4065814d9c4215 (diff) | |
download | bird-3bbc4ad6ad63d55b1d7845b53865963db79c2e16.tar bird-3bbc4ad6ad63d55b1d7845b53865963db79c2e16.zip |
Special hack for atomic_aggr.
Diffstat (limited to 'filter')
-rw-r--r-- | filter/filter.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filter.h b/filter/filter.h index 4af9317..059636e 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -106,6 +106,7 @@ void val_print(struct f_val v); #define T_ENUM_HI 0x3f #define T_ENUM_RTS 0x30 +#define T_ENUM_EMPTY 0x3f /* Special hack for atomic_aggr */ #define T_ENUM T_ENUM_LO ... T_ENUM_HI |