diff options
-rw-r--r-- | pfinet/linux/wait.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h index 12c8c881..86cddf6d 100644 --- a/pfinet/linux/wait.h +++ b/pfinet/linux/wait.h @@ -3,6 +3,8 @@ struct wait_queue { + struct task_struct *proc; + struct wait_queue *next; }; typedef struct select_table_struct |