The group must also know how many wait_for_child() are on it.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9353 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2004-10-14 15:40:21 +00:00
parent b88fe980ef
commit c2452435f2

View File

@ -72,6 +72,7 @@ struct process_group {
struct process_session *session;
pid_t id;
sem_id dead_child_sem;
int32 wait_for_any;
struct team *teams;
};