diff options
Diffstat (limited to 'ospfd/ospf_main.c')
-rw-r--r-- | ospfd/ospf_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c index 7c591c052..0dacee8c2 100644 --- a/ospfd/ospf_main.c +++ b/ospfd/ospf_main.c @@ -70,7 +70,7 @@ const struct option longopts[] = { /* OSPFd program name */ /* Master of threads. */ -struct thread_master *master; +struct event_master *master; #ifdef SUPPORT_OSPF_API extern int ospf_apiserver_enable; |