diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-01-06 14:51:49 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-01-06 14:51:49 +0100 |
commit | 7a1f4baac11cbfad82a2d09a130b3ae7bb48e9bd (patch) | |
tree | c77e1330ae5699ac307f244a3c9faf251e791955 /nest/protocol.h | |
parent | 4155104c90bc2f3fb680e8041e079ceb3d80a3b1 (diff) |
Nest: remove last_tx_filter_change
No longer needed after redesign of export handling.
Diffstat (limited to 'nest/protocol.h')
-rw-r--r-- | nest/protocol.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nest/protocol.h b/nest/protocol.h index 977b3374..d82e3983 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -542,7 +542,6 @@ struct channel { u8 gr_wait; /* Route export to channel is postponed until graceful restart */ btime last_state_change; /* Time of last state transition */ - btime last_tx_filter_change; struct rtable *in_table; /* Internal table for received routes */ struct event *reload_event; /* Event responsible for reloading from in_table */ |