mcexec: protect against incorrect partitioned execution argument (-n) using timeouts

This commit is contained in:
Balazs Gerofi
2017-11-20 17:05:49 +09:00
parent 2f0089dfb9
commit 35f908b75c
2 changed files with 43 additions and 2 deletions

View File

@ -304,6 +304,7 @@ struct node_topology {
struct process_list_item {
int ready;
int timeout;
struct task_struct *task;
struct list_head list;
wait_queue_head_t pli_wq;