summaryrefslogtreecommitdiffstats
path: root/sys/sys/user.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2000-11-29 20:10:54 +0000
committerjhb <jhb@FreeBSD.org>2000-11-29 20:10:54 +0000
commit37f7eec401091b7670a6e35952154bd1b83f6bd7 (patch)
tree716cf955afc8a09e88f22a002349e52b77c97968 /sys/sys/user.h
parent74d14ce2cbd2816b0a1711ccfbb1a0a66615074c (diff)
downloadFreeBSD-src-37f7eec401091b7670a6e35952154bd1b83f6bd7.zip
FreeBSD-src-37f7eec401091b7670a6e35952154bd1b83f6bd7.tar.gz
- Add a p_mtxname field to proc which points to the description of the
mutex a process is blocked on or NULL. - Add a corresponding field e_mtxname to eproc. - Fix a spelling nit in a comment.
Diffstat (limited to 'sys/sys/user.h')
-rw-r--r--sys/sys/user.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/sys/user.h b/sys/sys/user.h
index da2fbbe..fd5924a 100644
--- a/sys/sys/user.h
+++ b/sys/sys/user.h
@@ -80,6 +80,8 @@ struct kinfo_proc {
struct session *e_tsess; /* tty session pointer */
#define WMESGLEN 7
char e_wmesg[WMESGLEN+1]; /* wchan message */
+#define MTXNAMELEN 7
+ char e_mtxname[MTXNAMELEN+1];/* blocked mutex */
segsz_t e_xsize; /* text size */
short e_xrssize; /* text rss */
short e_xccount; /* text references */
OpenPOWER on IntegriCloud