[CRIU] [PATCH 06/10] types: Add F_GETOWNER_UIDS opcode

Cyrill Gorcunov gorcunov at openvz.org
Mon Mar 12 16:55:19 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 0f87b4b..03b7a83 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