summaryrefslogtreecommitdiff
path: root/zebra/zebra_opaque.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_opaque.c')
-rw-r--r--zebra/zebra_opaque.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_opaque.c b/zebra/zebra_opaque.c
index b2a5415c42..8ceb1f8dc5 100644
--- a/zebra/zebra_opaque.c
+++ b/zebra/zebra_opaque.c
@@ -77,7 +77,7 @@ static struct zebra_opaque_globals {
struct frr_pthread *pthread;
/* Event-delivery context 'master' for the module */
- struct event_master *master;
+ struct event_loop *master;
/* Event/'thread' pointer for queued zapi messages */
struct event *t_msgs;