mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 14:25:49 +00:00
show: Factor out skipping of data dump into show_image_data
Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
@@ -160,7 +160,7 @@ int check_img_inventory(void);
|
||||
int write_img_inventory(void);
|
||||
|
||||
extern void print_data(unsigned long addr, unsigned char *data, size_t size);
|
||||
extern void print_image_data(int fd, unsigned int length);
|
||||
extern void print_image_data(int fd, unsigned int length, int show);
|
||||
extern struct cr_fd_desc_tmpl fdset_template[CR_FD_MAX];
|
||||
|
||||
extern int open_image_dir(void);
|
||||
|
Reference in New Issue
Block a user