diff options
Diffstat (limited to 'filter')
-rw-r--r-- | filter/filter.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/filter.h b/filter/filter.h index c100a79a..1875f314 100644 --- a/filter/filter.h +++ b/filter/filter.h @@ -133,7 +133,7 @@ void val_format(struct f_val v, buffer *buf); #define T_ENUM_SCOPE 0x32 #define T_ENUM_RTC 0x33 #define T_ENUM_RTD 0x34 -/*#define T_ENUM_ROA 0x35*/ +#define T_ENUM_ROA 0x35 /* new enums go here */ #define T_ENUM_EMPTY 0x3f /* Special hack for atomic_aggr */ |