diff options
Diffstat (limited to 'sharpd/sharp_main.c')
-rw-r--r-- | sharpd/sharp_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sharpd/sharp_main.c b/sharpd/sharp_main.c index 1895a49d8..3e3db11bb 100644 --- a/sharpd/sharp_main.c +++ b/sharpd/sharp_main.c @@ -55,7 +55,7 @@ struct zebra_privs_t sharp_privs = { struct option longopts[] = {{0}}; /* Master of threads. */ -struct thread_master *master; +struct event_master *master; /* SIGHUP handler. */ static void sighup(void) |