conf: non-functional changes

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-05-26 13:12:32 +02:00
parent e528c7356b
commit a2db71c041
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View File

@ -253,11 +253,13 @@ struct lxc_conf {
struct lxc_list caps;
struct lxc_list keepcaps;
/* Comma-separated list of lxc.tty.max pty names. */
/* /dev/tty<idx> devices */
struct lxc_tty_info ttys;
/* /dev/console device */
struct lxc_terminal console;
/* maximum pty devices allowed by devpts mount */
size_t pty_max;
struct lxc_terminal console;
struct lxc_rootfs rootfs;
bool close_all_fds;