diff options
author | Maria Matejka <mq@ucw.cz> | 2022-08-02 17:55:50 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-08-02 17:55:50 +0200 |
commit | 2e95d269d6bd42372d3273264e14775242b0744d (patch) | |
tree | 2673e3718fec066c90a000c0ad216f62a4de3755 /nest/protocol.h | |
parent | de5b884280fef52cf3307f336262a7c61f3acbfe (diff) |
Revert "Split route table event into separate events"
This reverts commit 445eeaf3df126af2c7b61e71c4f08a583eb4fa60.
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 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; }; |