From 07462df3687e6a58846911460f4f4833fbe3d587 Mon Sep 17 00:00:00 2001 From: Alexander Viro Date: Wed, 23 Apr 2003 04:18:48 -0700 Subject: [PATCH] tty cleanups (5/12) new field - tty->tty_name; initialized to name>base_name> when we allocate tty_struct. Drivers code switched to use of that beast (in debugging printks, mostly). Large, but trivial. --- include/linux/tty.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/tty.h b/include/linux/tty.h index 1ee727bd536c..f48a081bf8cb 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -262,6 +262,7 @@ struct tty_struct { struct tty_driver *driver; struct tty_ldisc ldisc; struct termios *termios, *termios_locked; + char name[64]; int pgrp; int session; kdev_t device; -- cgit v1.2.3