PERFORCE change 150149 for review

Marko Zec zec at FreeBSD.org
Fri Sep 19 23:49:51 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=150149

Change 150149 by zec at zec_tpx32 on 2008/09/19 23:49:37

	Ressurect a #define I shouldn't have nuked.

Affected files ...

.. //depot/projects/vimage-commit2/src/sys/netgraph/netgraph.h#7 edit

Differences ...

==== //depot/projects/vimage-commit2/src/sys/netgraph/netgraph.h#7 (text+ko) ====

@@ -1183,6 +1183,9 @@
 #define NGI_GET_META(i,m)
 #define	ng_copy_meta(meta) NULL
 
+/* Hash related definitions */
+#define NG_ID_HASH_SIZE 128 /* most systems wont need even this many */
+
 /* Virtualization macros */
 #define INIT_VNET_NETGRAPH(vnet) \
 	INIT_FROM_VNET(vnet, VNET_MOD_NETGRAPH, \


More information about the p4-projects mailing list