Skip to content

Commit

Permalink
conf: non-functional changes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
  • Loading branch information
Christian Brauner committed May 26, 2018
1 parent 07c4ea3 commit edd64e1
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions src/lxc/conf.h
Expand Up @@ -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;
Expand Down

0 comments on commit edd64e1

Please sign in to comment.