summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/term/term.h b/term/term.h
index a9bd2924..3279b59e 100644
--- a/term/term.h
+++ b/term/term.h
@@ -91,12 +91,12 @@ struct port_class *cttyid_class;
/* Port class for pty master ports */
struct port_class *pty_class;
+/* Port class for pty control ports */
+struct port_class *pty_cntl_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;