mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-30 05:48:05 +00:00
crtools: move CR_PARENT_LINK to image.h
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
0d1dfc2e08
commit
96cc00767b
@ -51,8 +51,6 @@ extern struct cr_options opts;
|
||||
|
||||
extern void init_opts(void);
|
||||
|
||||
#define CR_PARENT_LINK "parent"
|
||||
|
||||
int check_img_inventory(void);
|
||||
int write_img_inventory(void);
|
||||
void kill_inventory(void);
|
||||
|
@ -58,6 +58,8 @@
|
||||
#define TASK_STOPPED 0x3 /* FIXME - implement */
|
||||
#define TASK_HELPER 0x4
|
||||
|
||||
#define CR_PARENT_LINK "parent"
|
||||
|
||||
extern bool fdinfo_per_id;
|
||||
extern bool ns_per_id;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user