patch-2.2.15 linux/include/linux/tty.h

Next file: linux/include/linux/videodev.h
Previous file: linux/include/linux/telephony.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/include/linux/tty.h linux/include/linux/tty.h
@@ -277,6 +277,7 @@
 	int alt_speed;		/* For magic substitution of 38400 bps */
 	struct wait_queue *write_wait;
 	struct wait_queue *read_wait;
+	struct wait_queue *poll_wait;
 	struct tq_struct tq_hangup;
 	void *disc_data;
 	void *driver_data;
@@ -304,6 +305,7 @@
 	unsigned int canon_column;
 	struct semaphore atomic_read;
 	struct semaphore atomic_write;
+	spinlock_t read_lock;
 };
 
 /* tty magic number */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)