From: Enrico Scholz Date: Thu, 4 Mar 2004 04:04:21 +0000 (+0000) Subject: added VC_IATTR_IMMUTABLE X-Git-Tag: VERSION_0_10~511 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db0c332e0c3e64a2973b89990814c9b84c1145de;p=util-vserver.git added VC_IATTR_IMMUTABLE git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1060 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/lib/vserver.h b/util-vserver/lib/vserver.h index ff6b8e6..f3ad36e 100644 --- a/util-vserver/lib/vserver.h +++ b/util-vserver/lib/vserver.h @@ -108,10 +108,11 @@ #define VC_IATTR_ADMIN 0x00000001 #define VC_IATTR_WATCH 0x00000002 #define VC_IATTR_HIDE 0x00000004 +#define VC_IATTR_FLAGS 0x00000007 #define VC_IATTR_BARRIER 0x00010000 #define VC_IATTR_IUNLINK 0x00020000 - +#define VC_IATTR_IMMUTABLE 0x00040000 #ifdef __cplusplus extern "C" {