From 90de93ca0336b95038dddaef276d0c7ae5b7bbff Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Wed, 8 Mar 2023 13:44:18 +0100 Subject: Fixed unwanted reloads while reconfiguring protocols with import table on --- nest/protocol.h | 1 - 1 file changed, 1 deletion(-) (limited to 'nest/protocol.h') 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); } -- cgit v1.2.3