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

index 758b3666732a8821eeaaaaf1ac04e61920df93b3..cc6bda7804e3e6a6091eb9c30f32f4bfed2e6a16 100644 (file)
@@ -221,21 +221,28 @@ struct lxc_conf {
        int reboot;
        signed long personality;
        struct utsname *utsname;
+
        struct {
                struct lxc_list cgroup;
                struct lxc_list cgroup2;
        };
+
        struct {
                struct lxc_list id_map;
 
-               /* Pointer to the idmap entry for the container's root uid in
-                * the id_map list. Do not free! */
+               /*
+                * Pointer to the idmap entry for the container's root uid in
+                * the id_map list. Do not free!
+                */
                struct id_map *root_nsuid_map;
 
-               /* Pointer to the idmap entry for the container's root gid in
-                * the id_map list. Do not free! */
+               /*
+                * Pointer to the idmap entry for the container's root gid in
+                * the id_map list. Do not free!
+                */
                struct id_map *root_nsgid_map;
        };
+
        struct lxc_list network;
        int auto_mounts;
        struct lxc_list mount_list;