From: Enrico Scholz Date: Fri, 27 Feb 2004 04:40:00 +0000 (+0000) Subject: added VCMD_set_namespace and VCMD_cleanup_namespace declarations X-Git-Tag: VERSION_0_10~547 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=baf517f8c35f7b0eea57205866c0f6018db916a2;p=util-vserver.git added VCMD_set_namespace and VCMD_cleanup_namespace declarations git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1019 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/virtual.h b/util-vserver/lib/virtual.h index 0a0a7c8..66add48 100644 --- a/util-vserver/lib/virtual.h +++ b/util-vserver/lib/virtual.h @@ -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 */