Searched defs:commentfile (Results 1 - 3 of 3) sorted by relevance

/lxc/src/lxc/tools/
H A Dlxc_snapshot.c53 --name=NAME [-P lxcpath] [-L [-C]] [-c commentfile] [-r snapname [-N newname]]\n\
73 static int do_snapshot(struct lxc_container *c, char *commentfile);
157 ret = do_snapshot(c, my_args.commentfile);
185 args->commentfile = arg;
195 static int do_snapshot(struct lxc_container *c, char *commentfile) argument
199 ret = c->snapshot(c, commentfile);
/lxc/src/lxc/
H A Darguments.h115 char *commentfile; member in struct:lxc_arguments
H A Dlxccontainer.c3369 static int do_lxcapi_snapshot(struct lxc_container *c, const char *commentfile) argument
3448 if (commentfile) {
3453 return copy_file(commentfile, path) < 0 ? -1 : i;

Completed in 21 milliseconds