added VCMD_set_namespace and VCMD_cleanup_namespace declarations
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 27 Feb 2004 04:40:00 +0000 (04:40 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Fri, 27 Feb 2004 04:40:00 +0000 (04:40 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1019 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/lib/virtual.h

index 0a0a7c8..66add48 100644 (file)
@@ -84,7 +84,9 @@
 #define VCMD_new_s_context     VC_CMD(COMPAT, 1, 1)
 #define VCMD_set_ipv4root      VC_CMD(COMPAT, 2, 3)
 
-#define VCMD_enter_namespace   VC_CMD(PROCALT, 1, 0)
+#define        VCMD_enter_namespace    VC_CMD(PROCALT, 1, 0)
+#define        VCMD_cleanup_namespace  VC_CMD(PROCALT, 2, 0)
+#define        VCMD_set_namespace      VC_CMD(PROCALT, 3, 0)
 
 /*  compatibiliy vserver arguments */