summaryrefslogtreecommitdiff
path: root/nest/rt.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-10-04 15:59:15 +0200
committerMaria Matejka <mq@ucw.cz>2022-10-04 15:59:15 +0200
commit0eba27c69fbbd3cd701debc1f1254b51d1906388 (patch)
treedc2ef1413c67dffa09f6c01e3ca27e59267917bb /nest/rt.h
parent4e1c582caddb6876b9fcbdc29b8bad5ab0b09ee7 (diff)
parenta32cee7813dc4e69f480d1b5fa574a159aded5f7 (diff)
Merge commit 'a32cee78' into HEAD
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 {