#include <shared.h>
Public Member Functions | |
tty * | operator[] (int n) |
int | allocate_tty (int n) |
int | connect_tty (int) |
void | terminate () |
void | init () |
tty_min * | get_tty (int n) |
Private Attributes | |
tty | ttys [NTTYS] |
Definition at line 475 of file shared.h.
|
|
|
|
|
|
|
|
|
Definition at line 480 of file shared.h. References ttys. |
|
|
|
Definition at line 477 of file shared.h. Referenced by operator[](). |