diff options
author | Maria Matejka <mq@jmq.cz> | 2021-10-27 12:42:05 +0000 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:44 +0100 |
commit | c7d0c5b2523a8cbfcaee9a235955dd5e58fab671 (patch) | |
tree | 37abff70b2edc5fcc34b6f93f75abcbd7bfa335f /nest/route.h | |
parent | 18f66055e3f7eec2108e18679652aee47f5de6b2 (diff) |
Route subscription uses events
Diffstat (limited to 'nest/route.h')
-rw-r--r-- | nest/route.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nest/route.h b/nest/route.h index e2dc9986..683c966e 100644 --- a/nest/route.h +++ b/nest/route.h @@ -213,8 +213,7 @@ typedef struct rtable { struct rt_subscription { node n; rtable *tab; - void (*hook)(struct rt_subscription *b); - void *data; + event *event; }; #define NHU_CLEAN 0 |