summaryrefslogtreecommitdiff
path: root/freebsd/sys/sys/user.h
diff options
context:
space:
mode:
Diffstat (limited to 'freebsd/sys/sys/user.h')
-rw-r--r--freebsd/sys/sys/user.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/sys/sys/user.h b/freebsd/sys/sys/user.h
index d0da0455..9dad4d0a 100644
--- a/freebsd/sys/sys/user.h
+++ b/freebsd/sys/sys/user.h
@@ -180,12 +180,13 @@ struct kinfo_proc {
char ki_comm[COMMLEN+1]; /* command name */
char ki_emul[KI_EMULNAMELEN+1]; /* emulation name */
char ki_loginclass[LOGINCLASSLEN+1]; /* login class */
+ char ki_moretdname[MAXCOMLEN-TDNAMLEN+1]; /* more thread name */
/*
* When adding new variables, take space for char-strings from the
* front of ki_sparestrings, and ints from the end of ki_spareints.
* That way the spare room from both arrays will remain contiguous.
*/
- char ki_sparestrings[50]; /* spare string space */
+ char ki_sparestrings[46]; /* spare string space */
int ki_spareints[KI_NSPARE_INT]; /* spare room for growth */
int ki_oncpu; /* Which cpu we are on */
int ki_lastcpu; /* Last cpu we were on */