From: Martin Mares Date: Thu, 11 Feb 1999 22:51:15 +0000 (+0000) Subject: Run the event queue before writing SIGUSR dumps. X-Git-Tag: v1.2.0~1717 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14dea0ed25cd0385ce35cf66ff309a78960b18ca;p=thirdparty%2Fbird.git Run the event queue before writing SIGUSR dumps. --- diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 96e6cf91d..d49b6f00f 100644 --- a/sysdep/unix/main.c +++ b/sysdep/unix/main.c @@ -15,6 +15,7 @@ #include "lib/lists.h" #include "lib/resource.h" #include "lib/socket.h" +#include "lib/event.h" #include "nest/route.h" #include "nest/protocol.h" #include "nest/iface.h" @@ -113,6 +114,7 @@ main(void) protos_start(); + ev_run_list(&global_event_list); handle_sigusr(0); debug("Entering I/O loop.\n");