From 9bf42fd45219b511702a7fe75ea66f8cab9c14c6 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Wed, 1 Nov 1995 20:51:01 +0000 Subject: entered into RCS --- pfinet/linux/wait.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'pfinet/linux') diff --git a/pfinet/linux/wait.h b/pfinet/linux/wait.h index cf4320c0..15759ad2 100644 --- a/pfinet/linux/wait.h +++ b/pfinet/linux/wait.h @@ -8,8 +8,16 @@ struct wait_queue struct condition c; }; +struct select_table_elt +{ + struct condition *dependent_condition; + struct select_table_elt *next; +}; + typedef struct select_table_struct { + struct condition master_condition; + struct select_table_elt *head; } select_table; #endif -- cgit v1.2.3