patch-2.3.1 linux/include/linux/coda_psdev.h
Next file: linux/include/linux/cyclades.h
Previous file: linux/include/linux/busmouse.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed May 12 08:41:15 1999
- Orig file:
v2.3.0/linux/include/linux/coda_psdev.h
- Orig date:
Mon Dec 21 14:23:28 1998
diff -u --recursive --new-file v2.3.0/linux/include/linux/coda_psdev.h linux/include/linux/coda_psdev.h
@@ -23,7 +23,7 @@
/* communication pending/processing queues */
struct venus_comm {
u_long vc_seq;
- struct wait_queue *vc_waitq; /* Venus wait queue */
+ wait_queue_head_t vc_waitq; /* Venus wait queue */
struct list_head vc_pending;
struct list_head vc_processing;
int vc_inuse;
@@ -93,7 +93,7 @@
u_short uc_outSize;
u_short uc_opcode; /* copied from data to save lookup */
int uc_unique;
- struct wait_queue *uc_sleep; /* process' wait queue */
+ wait_queue_head_t uc_sleep; /* process' wait queue */
unsigned long uc_posttime;
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)