Commit fd9f399b by Patrick Toomey

Clarify struct field comment

parent c5cd20ce
...@@ -366,7 +366,8 @@ struct lxc_conf { ...@@ -366,7 +366,8 @@ struct lxc_conf {
/* init command */ /* init command */
char *init_cmd; char *init_cmd;
/* the UID/GID that COMMAND for lxc-execute should run under */ /* if running in a new user namespace, the UID/GID that COMMAND for
* lxc-execute should run under */
uid_t init_uid; uid_t init_uid;
gid_t init_gid; gid_t init_gid;
}; };
......
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