]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/lxccontainer.h
c/r: add support for CRIU's --action-script
[mirror_lxc.git] / src / lxc / lxccontainer.h
index ecc66e226052868dd9caafd3287f7aa70dfc3f6b..bde4912bdce3a4e65888edd6ec19fe0b0964fea5 100644 (file)
@@ -891,6 +891,11 @@ struct migrate_opts {
         * won't if e.g. you rsync the filesystems between two machines.
         */
        bool preserves_inodes;
+
+       /* Path to an executable script that will be registered as a criu
+        * "action script"
+        */
+       char *action_script;
 };
 
 /*!