diff options
Diffstat (limited to 'pbrd/pbr_main.c')
-rw-r--r-- | pbrd/pbr_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbrd/pbr_main.c b/pbrd/pbr_main.c index 360f5d6e0..c2a9298f3 100644 --- a/pbrd/pbr_main.c +++ b/pbrd/pbr_main.c @@ -56,7 +56,7 @@ struct zebra_privs_t pbr_privs = { struct option longopts[] = { { 0 } }; /* Master of threads. */ -struct event_master *master; +struct event_loop *master; /* SIGHUP handler. */ static void sighup(void) |