vserver 1.9.5.x5
[linux-2.6.git] / include / linux / tty.h
index f9fd149..1b76106 100644 (file)
@@ -291,6 +291,8 @@ struct tty_struct {
        unsigned int canon_column;
        struct semaphore atomic_read;
        struct semaphore atomic_write;
+       unsigned char *write_buf;
+       int write_cnt;
        spinlock_t read_lock;
        /* If the tty has a pending do_SAK, queue it here - akpm */
        struct work_struct SAK_work;