]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
conf: non-functional changes
authorChristian Brauner <christian.brauner@ubuntu.com>
Sat, 26 May 2018 11:12:32 +0000 (13:12 +0200)
committerChristian Brauner <christian.brauner@ubuntu.com>
Sat, 26 May 2018 11:12:32 +0000 (13:12 +0200)
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/conf.h

index 5381072a0c046656a6172682c186b9f25b9a6324..e8fb4d0ec180873dd3486ec2d8bd53b67aad5c93 100644 (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;