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 2941dbeca7..360f5d6e09 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 thread_master *master; +struct event_master *master; /* SIGHUP handler. */ static void sighup(void) |
