Apply all filters applicable to a GSS name to a TID req
[trust_router.git] / include / tr_filter.h
index 45b8fdc..63b23dd 100644 (file)
@@ -49,7 +49,7 @@
 #define TR_MAX_FILTER_SPEC_MATCHES 64
 
 /* Filter actions */
-typedef enum {
+typedef enum tr_filter_action {
   TR_FILTER_ACTION_REJECT = 0,
   TR_FILTER_ACTION_ACCEPT,
   TR_FILTER_ACTION_UNKNOWN