From: Christian Brauner Date: Sat, 26 May 2018 11:12:32 +0000 (+0200) Subject: conf: non-functional changes X-Git-Tag: lxc-3.1.0~285^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2db71c0412b91b29875e7d8c66704dde4a8ccda;p=thirdparty%2Flxc.git conf: non-functional changes Signed-off-by: Christian Brauner --- 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;