diff options
author | Maria Matejka <mq@ucw.cz> | 2021-10-22 21:03:25 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2021-11-22 19:05:43 +0100 |
commit | 445eeaf3df126af2c7b61e71c4f08a583eb4fa60 (patch) | |
tree | b615c8df1a41248cb6b945244a6bff37904a226a /nest/protocol.h | |
parent | 6e841b3153565632b6753f6b1fe74850c37f2808 (diff) |
Split route table event into separate events
The former rt_event is dropped in favour of separate table events.
This allows for selective corking of NHU and prune.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 2fbd607c..981ca96a 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; - u8 stop; + event *stop; u8 refeed_pending; }; |