Added private_data structure in process
Conflicts: executer/user/mcexec.c kernel/include/process.h kernel/process.c
This commit is contained in:
committed by
Balazs Gerofi
parent
e36abe57e7
commit
8a1d756cb1
@@ -573,6 +573,8 @@ struct process {
|
||||
#endif // PROFILE_ENABLE
|
||||
int nr_processes; /* For partitioned execution */
|
||||
int process_rank; /* Rank in partition */
|
||||
|
||||
void *fd_priv_table[265];
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user