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:
Axel Dörfler 2004-09-28 19:44:10 +00:00
parent 9ea0c780e4
commit 9ade9e873d
1 changed files with 2 additions and 0 deletions

View File

@ -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 */