diff options
Diffstat (limited to 'term')
-rw-r--r-- | term/term.h | 3 |
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; |