]> git.proxmox.com Git - mirror_lxc.git/commitdiff
remove old stale comments (lxc-clone is now implemented)
authorSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 30 Aug 2013 20:51:31 +0000 (15:51 -0500)
committerSerge Hallyn <serge.hallyn@ubuntu.com>
Fri, 30 Aug 2013 20:51:31 +0000 (15:51 -0500)
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
src/lxc/lxccontainer.h

index e0c465cc365224f285d85af9d4145ac79cd29e58..b6a7cedf8f11ac501547f5d3d6bd22cd1dfc4ee0 100644 (file)
@@ -157,13 +157,6 @@ struct lxc_container {
        /* run program in container, wait for it to exit */
        int (*attach_run_wait)(struct lxc_container *c, lxc_attach_options_t *options, const char *program, const char * const argv[]);
        int (*attach_run_waitl)(struct lxc_container *c, lxc_attach_options_t *options, const char *program, const char *arg, ...);
-#if 0
-       bool (*commit_cgroups)(struct lxc_container *c);
-       bool (*reread_cgroups)(struct lxc_container *c);
-       // question with clone: how do we handle non-standard config file in orig?
-       struct lxc_container (*clone)(struct container *c);
-       // we'll need some plumbing to support lxc-console
-#endif
 };
 
 struct lxc_container *lxc_container_new(const char *name, const char *configpath);