mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +00:00
mem-snap: Redefine CLI options for mem snapshot
They are not documented, thus OK for now. Two options -- * one to specify where the parent images are * one to reset dirty memory tracking Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -119,8 +119,8 @@ struct cr_options {
|
||||
struct list_head scripts;
|
||||
bool use_page_server;
|
||||
struct sockaddr_in ps_addr;
|
||||
bool mem_snapshot;
|
||||
char *snap_parent;
|
||||
bool track_mem;
|
||||
char *img_parent;
|
||||
};
|
||||
|
||||
extern struct cr_options opts;
|
||||
|
Reference in New Issue
Block a user