summaryrefslogtreecommitdiff
path: root/nest/protocol.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-08-02 17:55:50 +0200
committerMaria Matejka <mq@ucw.cz>2022-08-02 17:55:50 +0200
commit2e95d269d6bd42372d3273264e14775242b0744d (patch)
tree2673e3718fec066c90a000c0ad216f62a4de3755 /nest/protocol.h
parentde5b884280fef52cf3307f336262a7c61f3acbfe (diff)
Revert "Split route table event into separate events"
This reverts commit 445eeaf3df126af2c7b61e71c4f08a583eb4fa60.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r--nest/protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h
index 981ca96a..2fbd607c 100644
--- a/nest/protocol.h
+++ b/nest/protocol.h
@@ -568,7 +568,7 @@ struct channel_aux_table {
struct rt_import_request push;
struct rt_export_request get;
rtable *tab;
- event *stop;
+ u8 stop;
u8 refeed_pending;
};