X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=include%2Flinux%2Ftty.h;h=1b76106272d3333586298ed06c15712a95a48f54;hb=6a77f38946aaee1cd85eeec6cf4229b204c15071;hp=f9fd14991956f0b5f590f2c626e8ed5a7e4a5b8e;hpb=87fc8d1bb10cd459024a742c6a10961fefcef18f;p=linux-2.6.git diff --git a/include/linux/tty.h b/include/linux/tty.h index f9fd14991..1b7610627 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -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;