conf: non-functional changes

Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
This commit is contained in:
Christian Brauner 2018-05-26 12:50:53 +02:00
parent 07c4ea310d
commit edd64e17dc
No known key found for this signature in database
GPG Key ID: 8EB056D53EECB12D

View 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;