PERFORCE change 187471 for review

[ Available lists | Index of p4-projects | Month of Jan 2011 | Week of 4 Jan 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Christian S.J. Peron <csjp@FreeBSD.org>
Date
4 Jan 2011 21:53:35
Subject
PERFORCE change 187471 for review
Message-ID
201101042153.p04LrYRU060773@skunkworks.freebsd.org


[ Hide this part ]
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;



Elapsed time: 0.078 seconds