diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-07 15:35:01 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-02-07 15:35:49 +0100 |
commit | ecc4d697cd463cf84fd4a10bd09a46f92af9e1a1 (patch) | |
tree | 4c6491da55ceabab557e1daee8a8b9f6f24543d6 /lib/memory.h | |
parent | Merge pull request #3684 from mjstapp/dplane_pw (diff) | |
download | frr-ecc4d697cd463cf84fd4a10bd09a46f92af9e1a1.tar.xz frr-ecc4d697cd463cf84fd4a10bd09a46f92af9e1a1.zip |
lib: MTYPE_PREFIX_FLOWSPEC should not be exposed by memory.h
This MTYPE should be owned by prefix.c as a STATIC for the file.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'lib/memory.h')
-rw-r--r-- | lib/memory.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/memory.h b/lib/memory.h index 2d6c14477..1a0269f8b 100644 --- a/lib/memory.h +++ b/lib/memory.h @@ -137,7 +137,6 @@ struct memgroup { DECLARE_MGROUP(LIB) DECLARE_MTYPE(TMP) -DECLARE_MTYPE(PREFIX_FLOWSPEC) extern void *qmalloc(struct memtype *mt, size_t size) |