diff options
Diffstat (limited to 'ospfd/ospfd.h')
| -rw-r--r-- | ospfd/ospfd.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 6051dff709..460ff0f6ae 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -695,7 +695,8 @@ struct ospf_nbr_nbma {  extern struct ospf_master *om;  extern unsigned short ospf_instance;  extern const int ospf_redistributed_proto_max; -extern struct zclient *zclient; +extern struct zclient *ospf_zclient; +extern struct zclient *zclient_sync;  extern struct event_loop *master;  extern int ospf_zlog;  extern struct zebra_privs_t ospfd_privs;  | 
