summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-12-05 02:47:12 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-12-05 02:47:12 +0000
commitb66ed18b654294fe94aeb2857fcc10da26933b08 (patch)
tree3b96ea82de83db57b52626c0c06d8a4381714050 /term/term.h
parenta3af8ce789a3723c28945840e1662028b95c4511 (diff)
(ptyctl): New variable.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/term/term.h b/term/term.h
index c629a95d..a9bd2924 100644
--- a/term/term.h
+++ b/term/term.h
@@ -94,6 +94,9 @@ struct port_class *pty_class;
/* Trivfs control structure for the tty */
struct trivfs_control *termctl;
+/* Trivfs control structure for pty master ports */
+struct trivfs_control *ptyctl;
+
/* Filename for this terminal */
char *nodename;