diff options
author | Maria Matejka <mq@ucw.cz> | 2023-03-08 13:44:18 +0100 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2023-04-04 17:00:58 +0200 |
commit | 90de93ca0336b95038dddaef276d0c7ae5b7bbff (patch) | |
tree | 82dfda0d44cb5b84fa46762c0bf0104859a84b16 /nest/protocol.h | |
parent | 97d2875e999487bfe91f16c77c409ac0080541d3 (diff) |
Fixed unwanted reloads while reconfiguring protocols with import table on
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 f9f89c06..fe987d17 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -642,7 +642,6 @@ struct channel *proto_add_channel(struct proto *p, struct channel_config *cf); int proto_configure_channel(struct proto *p, struct channel **c, struct channel_config *cf); void channel_set_state(struct channel *c, uint state); -void channel_setup_in_table(struct channel *c); void channel_schedule_reload(struct channel *c); static inline void channel_init(struct channel *c) { channel_set_state(c, CS_START); } |