Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2011 21:54:40 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 187472 for review
Message-ID:  <201101042154.p04Lse2v060861@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@187472?ac=10

Change 187472 by csjp@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];



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