Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Jan 2011 22:04:32 GMT
From:      "Christian S.J. Peron" <csjp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 187473 for review
Message-ID:  <201101042204.p04M4WXT062809@skunkworks.freebsd.org>

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

Change 187473 by csjp@csjp_hvm02 on 2011/01/04 22:03:36

	Lets make that 1024.  Some folks have a large number of jails stored on
	a system that they need to include in trusted-exec-dir as an example.

Affected files ...

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

Differences ...

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

@@ -28,7 +28,7 @@
 #ifndef DEUCE_H_
 #define	DEUCE_H_
 
-#define	BSM_ARRAY_MAX	256
+#define	BSM_ARRAY_MAX	1024
 
 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?201101042204.p04M4WXT062809>