aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/malloc.h
diff options
context:
space:
mode:
authorYoshinobu Inoue <shin@FreeBSD.org>1999-11-05 14:41:39 +0000
committerYoshinobu Inoue <shin@FreeBSD.org>1999-11-05 14:41:39 +0000
commit76429de41a85f7f29554d53bc0a171c0e3913fcf (patch)
treef40f3ca5e5c27dfec6f4c10b00aa3b391491a550 /sys/sys/malloc.h
parenta3f09ae6e1779f79dc58fcde7a742a5fc06fd818 (diff)
downloadsrc-76429de41a85f7f29554d53bc0a171c0e3913fcf.tar.gz
src-76429de41a85f7f29554d53bc0a171c0e3913fcf.zip
KAME related header files additions and merges.
(only those which don't affect c source files so much) Reviewed by: cvs-committers Obtained from: KAME project
Notes
Notes: svn path=/head/; revision=52904
Diffstat (limited to 'sys/sys/malloc.h')
-rw-r--r--sys/sys/malloc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sys/malloc.h b/sys/sys/malloc.h
index 99eb85cbfe1d..f0e62ec15969 100644
--- a/sys/sys/malloc.h
+++ b/sys/sys/malloc.h
@@ -79,6 +79,9 @@ struct malloc_type {
MALLOC_DECLARE(M_CACHE);
MALLOC_DECLARE(M_DEVBUF);
MALLOC_DECLARE(M_TEMP);
+
+MALLOC_DECLARE(M_IP6OPT); /* for INET6 */
+MALLOC_DECLARE(M_IP6NDP); /* for INET6 */
#endif /* KERNEL */
/*