diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-07 19:20:12 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-07 19:20:12 +0100 |
commit | 7df2e1c3797df638016ae6d7a34e1781c0f1ced5 (patch) | |
tree | 2c7aa125a2e684ce5e2d91b37e4fc1e4dab7b024 /ospfd/ospfd.h | |
parent | Merge pull request #174 from LabNConsulting/working/master/patch-set/issue-172 (diff) | |
parent | Merge pull request #176 from opensourcerouting/mtype-underflow-backtrace (diff) | |
download | frr-7df2e1c3797df638016ae6d7a34e1781c0f1ced5.tar.xz frr-7df2e1c3797df638016ae6d7a34e1781c0f1ced5.zip |
Merge remote-tracking branch 'origin/stable/2.0'
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r-- | ospfd/ospfd.h | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index a9e3efeea..8ebd3c4ec 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -31,6 +31,7 @@ #include "log.h" #include "ospf_memory.h" +#include "ospf_dump_api.h" #define OSPF_VERSION 2 @@ -510,17 +511,7 @@ struct ospf_nbr_nbma /* Extern variables. */ extern struct ospf_master *om; -extern const struct message ospf_ism_state_msg[]; -extern const struct message ospf_nsm_state_msg[]; -extern const struct message ospf_lsa_type_msg[]; -extern const struct message ospf_link_state_id_type_msg[]; -extern const struct message ospf_network_type_msg[]; -extern const int ospf_ism_state_msg_max; -extern const int ospf_nsm_state_msg_max; -extern const int ospf_lsa_type_msg_max; -extern const int ospf_link_state_id_type_msg_max; extern const int ospf_redistributed_proto_max; -extern const int ospf_network_type_msg_max; extern struct zclient *zclient; extern struct thread_master *master; extern int ospf_zlog; |