From bf8558bc9cab35f31bccd6a55e51f121370765c4 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 16 Jan 2000 17:40:26 +0000 Subject: Converted shutdown to a kind of reconfiguration, it's no more handled as a exception in protocol state machines. Introduced a `shutdown' CLI command. Killed few reconfiguration bugs. --- nest/protocol.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'nest/protocol.h') diff --git a/nest/protocol.h b/nest/protocol.h index 72f88b6..7c14f97 100644 --- a/nest/protocol.h +++ b/nest/protocol.h @@ -56,7 +56,6 @@ void protos_preconfig(struct config *); void protos_postconfig(struct config *); void protos_commit(struct config *new, struct config *old, int force_restart); void protos_dump_all(void); -void protos_shutdown(void); extern list protocol_list; @@ -251,10 +250,4 @@ struct announce_hook { struct announce_hook *proto_add_announce_hook(struct proto *, struct rtable *); -/* - * Callback to sysdep code when shutdown is finished - */ - -void protos_shutdown_notify(void); - #endif -- cgit v1.2.3