summaryrefslogtreecommitdiff
path: root/ospfclient/ospf_apiclient.c
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2021-02-02 07:44:21 -0500
committerGitHub <noreply@github.com>2021-02-02 07:44:21 -0500
commit8f57f7413cae483fdae4c89842ddd6b0860d1b2b (patch)
treee55d40823268ab19e83ce7e1ea4fefaa3484edad /ospfclient/ospf_apiclient.c
parentb449f7dc10beb872f146c52ca6545afc4e582400 (diff)
parentacbf5146a98990850679903119d42c5dfb7cdf26 (diff)
Merge pull request #6766 from opensourcerouting/xref
lib: xrefs - general cross-references & unique IDs
Diffstat (limited to 'ospfclient/ospf_apiclient.c')
-rw-r--r--ospfclient/ospf_apiclient.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfclient/ospf_apiclient.c b/ospfclient/ospf_apiclient.c
index d4f0dc953c..1b9b66d745 100644
--- a/ospfclient/ospf_apiclient.c
+++ b/ospfclient/ospf_apiclient.c
@@ -34,6 +34,7 @@
#include "stream.h"
#include "log.h"
#include "memory.h"
+#include "xref.h"
/* work around gcc bug 69981, disable MTYPEs in libospf */
#define _QUAGGA_OSPF_MEMORY_H
@@ -57,6 +58,8 @@
#include "ospfd/ospf_dump_api.c"
#include "ospfd/ospf_api.c"
+XREF_SETUP()
+
DEFINE_MGROUP(OSPFCLIENT, "libospfapiclient")
DEFINE_MTYPE_STATIC(OSPFCLIENT, OSPF_APICLIENT, "OSPF-API client")