2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-31 06:15:24 +00:00

crtools: Add --file-locks option

Add --file-locks/-l option to support handling file locks, for safety,
only used for container.

Originally-signed-off-by: Zheng Gu <cengku.gu@huawei.com>
Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
Qiang Huang
2013-01-17 16:09:27 +08:00
committed by Pavel Emelyanov
parent 5c01178279
commit 8f96ff85ff
2 changed files with 7 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ struct cr_options {
bool restore_detach;
bool ext_unix_sk;
bool shell_job;
bool handle_file_locks;
bool tcp_established_ok;
bool evasive_devices;
bool link_remap_ok;