Commit 96cc0076 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

crtools: move CR_PARENT_LINK to image.h

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 0d1dfc2e
...@@ -51,8 +51,6 @@ extern struct cr_options opts; ...@@ -51,8 +51,6 @@ extern struct cr_options opts;
extern void init_opts(void); extern void init_opts(void);
#define CR_PARENT_LINK "parent"
int check_img_inventory(void); int check_img_inventory(void);
int write_img_inventory(void); int write_img_inventory(void);
void kill_inventory(void); void kill_inventory(void);
......
...@@ -58,6 +58,8 @@ ...@@ -58,6 +58,8 @@
#define TASK_STOPPED 0x3 /* FIXME - implement */ #define TASK_STOPPED 0x3 /* FIXME - implement */
#define TASK_HELPER 0x4 #define TASK_HELPER 0x4
#define CR_PARENT_LINK "parent"
extern bool fdinfo_per_id; extern bool fdinfo_per_id;
extern bool ns_per_id; extern bool ns_per_id;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment