diff options
Diffstat (limited to 'sys/netgraph/netgraph.h')
| -rw-r--r-- | sys/netgraph/netgraph.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index b3c6afc6e6a5..52c2f2b3c220 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. |
