]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/criu.h
tree-wide: log function called in userns_exec_1()
[mirror_lxc.git] / src / lxc / criu.h
index d5491a69eb2b489ee9f3fbe63ac3df46a379d2e8..ce94b31777aa26f87a6cfef0f459b5242994641a 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <lxc/lxccontainer.h>
 
-bool pre_dump(struct lxc_container *c, char *directory, bool verbose, char *predump_dir);
-bool dump(struct lxc_container *c, char *directory, bool stop, bool verbose, char *predump_dir);
-bool restore(struct lxc_container *c, char *directory, bool verbose);
+bool __criu_pre_dump(struct lxc_container *c, struct migrate_opts *opts);
+bool __criu_dump(struct lxc_container *c, struct migrate_opts *opts);
+bool __criu_restore(struct lxc_container *c, struct migrate_opts *opts);
 
 #endif