aboutsummaryrefslogtreecommitdiff
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>2001-01-10 07:13:58 +0000
committerJulian Elischer <julian@FreeBSD.org>2001-01-10 07:13:58 +0000
commit9c8c302fd01fe6dcb6d24d7b6a36e473809533dd (patch)
tree3c77f9845cdca951ed10d107deb3d7b95882f18c /sys/netgraph/netgraph.h
parenta208c55ad3737732fd564be267090de62a1b0de5 (diff)
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index b3c6afc6e6a5a..52c2f2b3c220b 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -50,8 +50,9 @@
#include <sys/malloc.h>
#include <sys/module.h>
#include <sys/mutex.h>
-
+/* debugging options */
#define NETGRAPH_DEBUG
+#define NG_SEPARATE_MALLOC /* make modules use their own malloc types */
/*
* This defines the in-kernel binary interface version.