conf: non-functional changes

parent 07c4ea31
...@@ -221,21 +221,28 @@ struct lxc_conf { ...@@ -221,21 +221,28 @@ struct lxc_conf {
int reboot; int reboot;
signed long personality; signed long personality;
struct utsname *utsname; struct utsname *utsname;
struct { struct {
struct lxc_list cgroup; struct lxc_list cgroup;
struct lxc_list cgroup2; struct lxc_list cgroup2;
}; };
struct { struct {
struct lxc_list id_map; 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; 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 id_map *root_nsgid_map;
}; };
struct lxc_list network; struct lxc_list network;
int auto_mounts; int auto_mounts;
struct lxc_list mount_list; struct lxc_list mount_list;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment