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