[CRIU] [PATCH 1/5] vdso: image -- Add VMA_AREA_VVAR flag
Cyrill Gorcunov
gorcunov at openvz.org
Fri Jun 6 07:07:16 PDT 2014
Will need it to handle vvar zones in a special way.
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/image.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/image.h b/include/image.h
index d95eaa9d5a18..461401471d9f 100644
--- a/include/image.h
+++ b/include/image.h
@@ -53,6 +53,7 @@
#define VMA_AREA_SOCKET (1 << 11)
#define VMA_UNSUPP (1 << 12) /* Unsupported VMA */
+#define VMA_AREA_VVAR (1 << 13)
#define CR_CAP_SIZE 2
--
1.9.3
More information about the CRIU
mailing list