Date: Tue, 4 Jan 2011 21:53:34 GMT From: "Christian S.J. Peron" <csjp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 187471 for review Message-ID: <201101042153.p04LrYRU060773@skunkworks.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@187471?ac=10 Change 187471 by csjp@csjp_hvm02 on 2011/01/04 21:52:32 Increase BSM_ARRAY_MAX to 256 elements. This allows people to store more then 64 users into a uid set, as an example. This array might eventually be updated to grow automatically. Affected files ... .. //depot/projects/trustedbsd/bsmtrace/deuce.h#4 edit Differences ... ==== //depot/projects/trustedbsd/bsmtrace/deuce.h#4 (text+ko) ==== @@ -28,7 +28,7 @@ #ifndef DEUCE_H_ #define DEUCE_H_ -#define BSM_ARRAY_MAX 64 +#define BSM_ARRAY_MAX 256 typedef TAILQ_HEAD(, bsm_sequence) b_head_t;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101042153.p04LrYRU060773>