diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2016-01-06 10:37:22 +0100 |
|---|---|---|
| committer | Christian Franke <nobody@nowhere.ws> | 2016-09-19 18:35:50 +0200 |
| commit | fc7948fafee457874a21aa955c56a617b563f85c (patch) | |
| tree | 919884f8b46b3b7ddbd6137d89dc8990e0739316 /ospfclient/ospf_apiclient.h | |
| parent | 3b4cd7837562cd78fe80bde94f5aa6729b2f755d (diff) | |
lib: migrate to new memory-type handling
Move over to the new allocation counting added in the previous commit.
(This commit is mostly mechanical.)
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Acked-by: Vincent JARDIN <vincent.jardin@6wind.com>
Diffstat (limited to 'ospfclient/ospf_apiclient.h')
| -rw-r--r-- | ospfclient/ospf_apiclient.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ospfclient/ospf_apiclient.h b/ospfclient/ospf_apiclient.h index 809861995e..5a1de3b136 100644 --- a/ospfclient/ospf_apiclient.h +++ b/ospfclient/ospf_apiclient.h @@ -23,8 +23,6 @@ #ifndef _OSPF_APICLIENT_H #define _OSPF_APICLIENT_H -#define MTYPE_OSPF_APICLIENT MTYPE_TMP - /* Structure for the OSPF API client */ struct ospf_apiclient { |
