2
0
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:
Pavel Emelyanov
2013-05-08 15:52:48 +04:00
parent d9c3b91cf1
commit d416e6a135
5 changed files with 22 additions and 22 deletions

View File

@@ -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;