From: Christian Brauner Date: Sat, 26 May 2018 10:50:53 +0000 (+0200) Subject: conf: non-functional changes X-Git-Tag: lxc-3.1.0~285^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edd64e17dcd4eba679c46b36fccc9d3a365073ca;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 758b36667..cc6bda780 100644 --- a/src/lxc/conf.h +++ b/src/lxc/conf.h @@ -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;