mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Run the event queue before writing SIGUSR dumps.
This commit is contained in:
parent
64011f898c
commit
14dea0ed25
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user