Clarify struct field comment

Signed-off-by: Patrick Toomey <ptoomey3@biasedcoin.com>
This commit is contained in:
Patrick Toomey 2015-08-19 09:57:59 -06:00
parent c5cd20ce8e
commit fd9f399bac

View File

@ -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;
}; };