The kernel's struct team now has a field to remember where the arguments of a

running team to be able to fill in the team_info::args field. Currently, only
the path is stored, there, though.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17646 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-05-30 00:21:22 +00:00
parent b2c5594fd2
commit c8882988b7
2 changed files with 11 additions and 5 deletions
+1
View File
@@ -95,6 +95,7 @@ struct team {
pid_t session_id;
struct process_group *group;
char name[B_OS_NAME_LENGTH];
char args[64]; // contents for the team_info::args field
int num_threads; /* number of threads in this team */
int state; /* current team state, see above */
int pending_signals;