Added fields for process group and session IDs.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9095 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
9ea0c780e4
commit
9ade9e873d
@ -60,6 +60,8 @@ struct team {
|
||||
struct team *parent;
|
||||
struct team *children;
|
||||
team_id id;
|
||||
team_id group_id;
|
||||
team_id session_id;
|
||||
char name[B_OS_NAME_LENGTH];
|
||||
int num_threads; /* number of threads in this team */
|
||||
int state; /* current team state, see above */
|
||||
|
Loading…
Reference in New Issue
Block a user