summaryrefslogtreecommitdiff
path: root/ospfclient/ospfclient.c
diff options
context:
space:
mode:
Diffstat (limited to 'ospfclient/ospfclient.c')
-rw-r--r--ospfclient/ospfclient.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfclient/ospfclient.c b/ospfclient/ospfclient.c
index b884e0e0ef..8e5a982302 100644
--- a/ospfclient/ospfclient.c
+++ b/ospfclient/ospfclient.c
@@ -51,7 +51,7 @@ struct zebra_privs_t ospfd_privs = {.user = NULL,
#define ASYNCPORT 4000
/* Master thread */
-struct event_master *master;
+struct event_loop *master;
/* Global variables */
struct ospf_apiclient *oclient;