summaryrefslogtreecommitdiff
path: root/pathd/path_main.c
diff options
context:
space:
mode:
Diffstat (limited to 'pathd/path_main.c')
-rw-r--r--pathd/path_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_main.c b/pathd/path_main.c
index 92fd0bfd3d..a837187da4 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 event_master *master;
+struct event_loop *master;
static struct frr_daemon_info pathd_di;