From: Enrico Scholz Date: Mon, 17 Nov 2003 23:12:21 +0000 (+0000) Subject: added VC_SAMECTX identifier X-Git-Tag: version_0_24_90~5 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85dba115e675b41a6e3c66f35534eb1e4befb35f;p=util-vserver.git added VC_SAMECTX identifier git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@393 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index 65798e7..bce4c0d 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -24,6 +24,7 @@ #include #define VC_NOCTX ((ctx_t)(-1)) +#define VC_SAMECTX ((ctx_t)(-2)) #define VC_LIM_INFINITY (~0ULL) #define VC_LIM_KEEP (~1ULL)