PERFORCE change 187473 for review
    Christian S.J. Peron 
    csjp at FreeBSD.org
       
    Tue Jan  4 22:04:33 UTC 2011
    
    
  
http://p4web.freebsd.org/@@187473?ac=10
Change 187473 by csjp at 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;
 
    
    
More information about the p4-projects
mailing list