]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Clarify struct field comment
authorPatrick Toomey <ptoomey3@biasedcoin.com>
Wed, 19 Aug 2015 15:57:59 +0000 (09:57 -0600)
committerPatrick Toomey <ptoomey3@biasedcoin.com>
Fri, 28 Aug 2015 14:25:15 +0000 (08:25 -0600)
Signed-off-by: Patrick Toomey <ptoomey3@biasedcoin.com>
src/lxc/conf.h

index 0087586e4a5083395df5ee627157fd39cf096297..b9f93f954c18b15cd1ba4601cba8b4d1afeef38d 100644 (file)
@@ -366,7 +366,8 @@ struct lxc_conf {
        /* init command */
        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;
        gid_t init_gid;
 };