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 3e3db11bbe..80979ec9ae 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 event_master *master; +struct event_loop *master; /* SIGHUP handler. */ static void sighup(void) |
