PERFORCE change 146367 for review
Ed Schouten
ed at FreeBSD.org
Fri Aug 1 05:06:51 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=146367
Change 146367 by ed at ed_flippo on 2008/08/01 05:06:02
The ptscnt is updated atomically - it is not constant.
Affected files ...
.. //depot/projects/mpsafetty/sys/sys/resourcevar.h#3 edit
Differences ...
==== //depot/projects/mpsafetty/sys/sys/resourcevar.h#3 (text+ko) ====
@@ -91,7 +91,7 @@
LIST_ENTRY(uidinfo) ui_hash; /* (c) hash chain of uidinfos */
long ui_sbsize; /* (b) socket buffer space consumed */
long ui_proccnt; /* (b) number of processes */
- long ui_ptscnt; /* (a) number of pseudo-terminals */
+ long ui_ptscnt; /* (b) number of pseudo-terminals */
uid_t ui_uid; /* (a) uid */
u_int ui_ref; /* (b) reference count */
};
More information about the p4-projects
mailing list