Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2008 23:49:50 GMT
From:      Marko Zec <zec@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 150149 for review
Message-ID:  <200809192349.m8JNnoc4009366@repoman.freebsd.org>

index | next in thread | raw e-mail

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

Change 150149 by zec@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, \


help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809192349.m8JNnoc4009366>