diff options
Diffstat (limited to 'nest/rt.h')
-rw-r--r-- | nest/rt.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -139,8 +139,8 @@ typedef struct rtable { struct rt_subscription { node n; rtable *tab; - void (*hook)(struct rt_subscription *b); - void *data; + event *event; + event_list *list; }; struct rt_flowspec_link { |