From 14dea0ed25cd0385ce35cf66ff309a78960b18ca Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 11 Feb 1999 22:51:15 +0000 Subject: Run the event queue before writing SIGUSR dumps. --- sysdep/unix/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sysdep/unix/main.c b/sysdep/unix/main.c index 96e6cf9..d49b6f0 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"); -- cgit v1.2.3