From 85dba115e675b41a6e3c66f35534eb1e4befb35f Mon Sep 17 00:00:00 2001 From: Enrico Scholz Date: Mon, 17 Nov 2003 23:12:21 +0000 Subject: [PATCH] added VC_SAMECTX identifier git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/branches/SYSCALL_SWITCH@393 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- util-vserver/lib/vserver.h | 1 + 1 file changed, 1 insertion(+) 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) -- 1.8.1.5