20
20
* License along with this library; if not, write to the Free Software
21
21
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26
37
lxc_log_define(lxc_restart, lxc);
28
int lxc_restart(const char *name, const char *statefile, struct lxc_conf *conf,
66
int lxc_restart(const char *name, int sfd, struct lxc_conf *conf, int flags)
76
return __lxc_start(name, conf, &restart_ops, &restart_arg);