* send_signal_etc() now handles a pid_t of -1 specially, but not yet really correct
(that was part of the problem of bug #702). * Fixed send_signal_etc() when you called it with a pid_t of zero: the signals should go to all teams in the calling team's group, not only to the team (for -1, we do the same for now). * Made team_get_process_group_locked() public, and rewrote send_signal_etc() to use it. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@18684 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,7 @@ team_id team_create_team(const char *path, const char *name, char **args, int ar
|
||||
status_t wait_for_team(team_id id, status_t *returnCode);
|
||||
void team_remove_team(struct team *team, struct process_group **_freeGroup);
|
||||
void team_delete_team(struct team *team);
|
||||
struct process_group *team_get_process_group_locked(struct team *team, pid_t id);
|
||||
void team_delete_process_group(struct process_group *group);
|
||||
struct team *team_get_kernel_team(void);
|
||||
team_id team_get_kernel_team_id(void);
|
||||
|
||||
Reference in New Issue
Block a user