diff options
Diffstat (limited to 'pathd/path_main.c')
| -rw-r--r-- | pathd/path_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_main.c b/pathd/path_main.c index 7d54123d7f..92fd0bfd3d 100644 --- a/pathd/path_main.c +++ b/pathd/path_main.c @@ -41,7 +41,7 @@ struct zebra_privs_t pathd_privs = { struct option longopts[] = {{0}}; /* Master of threads. */ -struct thread_master *master; +struct event_master *master; static struct frr_daemon_info pathd_di; |
