[CRIU] [PATCH 1/5] types: Add F_GETOWNER_UIDS opcode
Cyrill Gorcunov
gorcunov at openvz.org
Mon Apr 9 03:49:52 EDT 2012
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
include/types.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/include/types.h b/include/types.h
index de90b19..36d5a8f 100644
--- a/include/types.h
+++ b/include/types.h
@@ -54,6 +54,10 @@
# define F_GETPIPE_SZ (F_LINUX_SPECIFIC_BASE + 8)
#endif
+#ifndef F_GETOWNER_UIDS
+#define F_GETOWNER_UIDS 17
+#endif
+
#define CLONE_CHILD_USEPID 0x02000000
#define CLONE_VFORK 0x00004000
--
1.7.7.6
More information about the CRIU
mailing list