[CRIU] [PATCH 2/5] sfd_type: Add SELF_STDIN_OFF service fd

Cyrill Gorcunov gorcunov at openvz.org
Thu Sep 27 08:17:39 EDT 2012


We will need it for slave tty migration.

Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 include/crtools.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/crtools.h b/include/crtools.h
index 10c407d..88e820d 100644
--- a/include/crtools.h
+++ b/include/crtools.h
@@ -116,6 +116,7 @@ enum sfd_type {
 	SELF_EXE_FD_OFF,
 	PROC_FD_OFF,
 	CTL_TTY_OFF,
+	SELF_STDIN_OFF,
 
 	SERVICE_FD_MAX
 };
-- 
1.7.7.6



More information about the CRIU mailing list