From a2db71c0412b91b29875e7d8c66704dde4a8ccda Mon Sep 17 00:00:00 2001 From: Christian Brauner Date: Sat, 26 May 2018 13:12:32 +0200 Subject: [PATCH] conf: non-functional changes Signed-off-by: Christian Brauner --- src/lxc/conf.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lxc/conf.h b/src/lxc/conf.h index 5381072a0..e8fb4d0ec 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -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 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;