Module Lxc.Console_options

type t = {
tty_num : int;
stdin_fd : int;
stdout_fd : int;
stderr_fd : int;
escape_char : char;
}