]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/arguments.h
Move container creation fully into the api
[mirror_lxc.git] / src / lxc / arguments.h
index 37de4b5629cb4ed05c72a3b2171979844c655387..b01bd08264c97482c917ddd2eef5cd91fb7cfb28 100644 (file)
@@ -75,6 +75,13 @@ struct lxc_arguments {
        /* close fds from parent? */
        int close_all_fds;
 
+       /* lxc-create */
+       char *bdevtype, *configfile, *template;
+       char *fstype;
+       unsigned long fssize;
+       char *lvname, *vgname;
+       char *zfsroot, *lowerdir, *dir;
+
        /* remaining arguments */
        char *const *argv;
        int argc;