PERFORCE change 187472 for review

Christian S.J. Peron csjp at FreeBSD.org
Tue Jan 4 21:54:41 UTC 2011


http://p4web.freebsd.org/@@187472?ac=10

Change 187472 by csjp at csjp_hvm02 on 2011/01/04 21:54:16

	Add a comment about auto sizing the array.

Affected files ...

.. //depot/projects/trustedbsd/bsmtrace/deuce.h#5 edit

Differences ...

==== //depot/projects/trustedbsd/bsmtrace/deuce.h#5 (text+ko) ====

@@ -64,6 +64,11 @@
 #define PCRE_ARRAY	4
 #endif
 	int		a_cnt;
+	/*
+	 * NB: Perhaps in the future, these arrays will auto
+	 * scale based on the demand.  But for now, just make
+	 * them static.
+	 */
 	union {
 		int	 value[BSM_ARRAY_MAX];
 		char	*string[BSM_ARRAY_MAX];


More information about the p4-projects mailing list