diff options
author | markj <markj@FreeBSD.org> | 2016-05-20 04:45:08 +0000 |
---|---|---|
committer | markj <markj@FreeBSD.org> | 2016-05-20 04:45:08 +0000 |
commit | a09fd6097b5d99712404c298ff992620c28d9768 (patch) | |
tree | 9a02f22f947e95a024b9afcac2c5abf46e9b37aa /sys/netinet6/nd6.h | |
parent | 46a0e0d4d5e3f2536d4232ca026a4e48f64b26b9 (diff) | |
download | FreeBSD-src-a09fd6097b5d99712404c298ff992620c28d9768.zip FreeBSD-src-a09fd6097b5d99712404c298ff992620c28d9768.tar.gz |
Move IPv6 malloc tag definitions into the IPv6 code.
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r-- | sys/netinet6/nd6.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h index 3b1aa96..0978f0d 100644 --- a/sys/netinet6/nd6.h +++ b/sys/netinet6/nd6.h @@ -316,6 +316,10 @@ struct nd_pfxrouter { LIST_HEAD(nd_prhead, nd_prefix); +#ifdef MALLOC_DECLARE +MALLOC_DECLARE(M_IP6NDP); +#endif + /* nd6.c */ VNET_DECLARE(int, nd6_prune); VNET_DECLARE(int, nd6_delay); |