summaryrefslogtreecommitdiff
path: root/nest/rt.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-08-03 20:01:42 +0200
committerMaria Matejka <mq@ucw.cz>2022-08-03 20:01:42 +0200
commit74eb4bad5fc8bef867fb4306185644aa1aa39d2b (patch)
tree7efda2f9988317e65ebf7f2b898fb3c896185fd3 /nest/rt.h
parente60b83d8ac361fc838d7ca0917f92aa96860312a (diff)
parentc7d0c5b2523a8cbfcaee9a235955dd5e58fab671 (diff)
Merge commit 'c7d0c5b2' into thread-next
Diffstat (limited to 'nest/rt.h')
-rw-r--r--nest/rt.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nest/rt.h b/nest/rt.h
index 66111dde..1a6b7a93 100644
--- a/nest/rt.h
+++ b/nest/rt.h
@@ -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 {