diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-02-07 13:04:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-07 13:04:13 -0500 |
| commit | dbcceee45acea4f4285471c4322c3b1ad662a69c (patch) | |
| tree | f99817172d9020f2b8f0cdc732003e46b95a7771 /ospfclient/ospf_apiclient.c | |
| parent | 03a5ba2b545ee7fdcd52d9b74f9ab11832b4f895 (diff) | |
| parent | 3d04dc3854bf4c9a54fe1f30cc65d6eefd4b41c4 (diff) | |
Merge pull request #178 from opensourcerouting/ospf_lib_private
make libfrrospf private
Diffstat (limited to 'ospfclient/ospf_apiclient.c')
| -rw-r--r-- | ospfclient/ospf_apiclient.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ospfclient/ospf_apiclient.c b/ospfclient/ospf_apiclient.c index 453e05ce2e..1590b65384 100644 --- a/ospfclient/ospf_apiclient.c +++ b/ospfclient/ospf_apiclient.c @@ -49,7 +49,8 @@ #include "ospf_apiclient.h" -DEFINE_MTYPE_STATIC(OSPFD, OSPF_APICLIENT, "OSPF-API client") +DEFINE_MGROUP(OSPFCLIENT, "libospfapiclient") +DEFINE_MTYPE_STATIC(OSPFCLIENT, OSPF_APICLIENT, "OSPF-API client") /* Backlog for listen */ #define BACKLOG 5 |
