[CRIU] [PATCH 11/15] crtools: move CR_PARENT_LINK to image.h
Andrey Vagin
avagin at openvz.org
Tue Nov 5 00:33:04 PST 2013
Signed-off-by: Andrey Vagin <avagin at openvz.org>
---
include/crtools.h | 2 --
include/image.h | 2 ++
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/include/crtools.h b/include/crtools.h
index 87b6f3e..3609c75 100644
--- a/include/crtools.h
+++ b/include/crtools.h
@@ -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);
diff --git a/include/image.h b/include/image.h
index cd2da87..fe6eb91 100644
--- a/include/image.h
+++ b/include/image.h
@@ -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;
--
1.8.3.1
More information about the CRIU
mailing list