From: Serge Hallyn Date: Fri, 30 Aug 2013 20:51:31 +0000 (-0500) Subject: remove old stale comments (lxc-clone is now implemented) X-Git-Tag: lxc-1.0.0.alpha1~1^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f081315a9310bf04fe4bc64b900ec6bac36f85d;p=thirdparty%2Flxc.git remove old stale comments (lxc-clone is now implemented) Signed-off-by: Serge Hallyn --- diff --git a/src/lxc/lxccontainer.h b/src/lxc/lxccontainer.h index e0c465cc3..b6a7cedf8 100644 --- a/src/lxc/lxccontainer.h +++ b/src/lxc/lxccontainer.h @@ -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);