summaryrefslogtreecommitdiffstats
path: root/sys/netgraph/netgraph.h
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-11-12 09:10:11 +0000
committerharti <harti@FreeBSD.org>2003-11-12 09:10:11 +0000
commit62ca2026d2904877a58af7213da132cee00309c6 (patch)
tree7ae274ce8beede36b0266914a1c3165d07953af2 /sys/netgraph/netgraph.h
parent7a8b48f087c4a62a12071799a28207667b63a16b (diff)
downloadFreeBSD-src-62ca2026d2904877a58af7213da132cee00309c6.zip
FreeBSD-src-62ca2026d2904877a58af7213da132cee00309c6.tar.gz
Double length of node names, hook names, command strings and types. Add
defines for these constants that include the trailing NUL byte. These new constants have SIZ in their name instead of LEN. As soon as all consumers in the tree are converted to use the new defines the old defines will be put under BURN_BRIDGES. Reviewed by: archie, julian, ru Approved by: re (in principle)
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r--sys/netgraph/netgraph.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h
index 7ed15d2..e8ffdda 100644
--- a/sys/netgraph/netgraph.h
+++ b/sys/netgraph/netgraph.h
@@ -62,7 +62,7 @@
* Change it for NETGRAPH_DEBUG version so we cannot mix debug and non debug
* modules.
*/
-#define _NG_ABI_VERSION 6
+#define _NG_ABI_VERSION 7
#ifdef NETGRAPH_DEBUG /*----------------------------------------------*/
#define NG_ABI_VERSION (_NG_ABI_VERSION + 0x10000)
#else /* NETGRAPH_DEBUG */ /*----------------------------------------------*/
OpenPOWER on IntegriCloud