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

/lxc/src/lxc/
H A Dlxccontainer.c3250 struct lxc_container *newc; local
3265 newc = lxcapi_clone(c, newname, c->config_path, LXC_CLONE_KEEPMACADDR, NULL, bdev->type, 0, NULL);
3267 if (!newc) {
3268 lxc_container_put(newc);
3272 if (newc && lxcapi_is_defined(newc))
3273 lxc_container_put(newc);

Completed in 21 milliseconds