diff options
Diffstat (limited to 'ospfd/ospfd.h')
| -rw-r--r-- | ospfd/ospfd.h | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 497ec7b1bd..6727d802a6 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -78,7 +78,7 @@ struct ospf_master {  	struct list *ospf;  	/* OSPF thread master. */ -	struct event_master *master; +	struct event_loop *master;  	/* Various OSPF global configuration. */  	uint8_t options; @@ -664,7 +664,7 @@ extern struct ospf_master *om;  extern unsigned short ospf_instance;  extern const int ospf_redistributed_proto_max;  extern struct zclient *zclient; -extern struct event_master *master; +extern struct event_loop *master;  extern int ospf_zlog;  extern struct zebra_privs_t ospfd_privs; @@ -758,7 +758,7 @@ extern void ospf_interface_area_unset(struct ospf *ospf, struct interface *ifp);  extern void ospf_route_map_init(void); -extern void ospf_master_init(struct event_master *master); +extern void ospf_master_init(struct event_loop *master);  extern void ospf_vrf_init(void);  extern void ospf_vrf_terminate(void);  extern void ospf_vrf_link(struct ospf *ospf, struct vrf *vrf);  | 
