kernel: Commit missing change to team.h.
If the buildbots were working, I would have been informed of this about an hour after I committed it last night. But it seems they aren't. Maybe kallisti5 will have some more incentive to work on that?
This commit is contained in:
@@ -38,7 +38,6 @@ struct job_control_entry* team_get_death_entry(Team *team,
|
|||||||
thread_id child, bool* _deleteEntry);
|
thread_id child, bool* _deleteEntry);
|
||||||
void team_init_exit_info_on_error(Team* team);
|
void team_init_exit_info_on_error(Team* team);
|
||||||
bool team_is_valid(team_id id);
|
bool team_is_valid(team_id id);
|
||||||
Team *team_get_team_struct(team_id id);
|
|
||||||
Team *team_get_team_struct_locked(team_id id);
|
Team *team_get_team_struct_locked(team_id id);
|
||||||
int32 team_max_teams(void);
|
int32 team_max_teams(void);
|
||||||
int32 team_used_teams(void);
|
int32 team_used_teams(void);
|
||||||
@@ -51,6 +50,7 @@ void team_set_job_control_state(Team* team, job_control_state newState,
|
|||||||
void team_set_controlling_tty(int32 index);
|
void team_set_controlling_tty(int32 index);
|
||||||
int32 team_get_controlling_tty();
|
int32 team_get_controlling_tty();
|
||||||
status_t team_set_foreground_process_group(int32 ttyIndex, pid_t processGroup);
|
status_t team_set_foreground_process_group(int32 ttyIndex, pid_t processGroup);
|
||||||
|
uid_t team_geteuid(team_id id);
|
||||||
|
|
||||||
status_t start_watching_team(team_id team, void (*hook)(team_id, void *),
|
status_t start_watching_team(team_id team, void (*hook)(team_id, void *),
|
||||||
void *data);
|
void *data);
|
||||||
|
|||||||
Reference in New Issue
Block a user