This commit is contained in:
albert
2003-02-17 00:57:15 +00:00
parent f082411c7d
commit 4a54e25aca
5 changed files with 257 additions and 99 deletions

View File

@@ -133,6 +133,7 @@ typedef struct proc_t {
session, /* session id */
tty, /* full device number of controlling terminal */
tpgid, /* terminal process group id */
tgid, /* thread group ID */
exit_signal, /* might not be SIGCHLD */
processor; /* current (or most recent?) CPU */
#ifdef FLASK_LINUX