diff options
author | Maria Matejka <mq@ucw.cz> | 2022-08-03 20:01:42 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-08-03 20:01:42 +0200 |
commit | 74eb4bad5fc8bef867fb4306185644aa1aa39d2b (patch) | |
tree | 7efda2f9988317e65ebf7f2b898fb3c896185fd3 /nest/rt.h | |
parent | e60b83d8ac361fc838d7ca0917f92aa96860312a (diff) | |
parent | c7d0c5b2523a8cbfcaee9a235955dd5e58fab671 (diff) |
Merge commit 'c7d0c5b2' into thread-next
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 { |