From: Daniel Hokka Zakrisson Date: Fri, 9 Jan 2009 18:42:09 +0000 (+0000) Subject: Add new context capability. X-Git-Tag: util-vserver-0.30.215-6~2 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=11b54a278db75d2f0e37228ac52c54437ecffff1;hp=eaff3f767619a50a0c5562a8ce4e2fa6b6e8c60a;p=util-vserver.git Add new context capability. --- diff --git a/lib/ccaps-v13.c b/lib/ccaps-v13.c index 0f6d176..2385428 100644 --- a/lib/ccaps-v13.c +++ b/lib/ccaps-v13.c @@ -42,6 +42,7 @@ static struct Mapping_uint64 const VALUES[] = { DECL("admin_mapper", VC_VXC_ADMIN_MAPPER), DECL("admin_cloop", VC_VXC_ADMIN_CLOOP), DECL("kthread", VC_VXC_KTHREAD), + DECL("proc_write", VC_VXC_PROC_WRITE), // some deprecated values... DECL("mount", VC_VXC_SECURE_MOUNT), DECL("remount", VC_VXC_SECURE_REMOUNT), diff --git a/lib/vserver.h b/lib/vserver.h index 0293ca1..301ca98 100644 --- a/lib/vserver.h +++ b/lib/vserver.h @@ -213,6 +213,8 @@ #define VC_VXC_KTHREAD 0x01000000ull +#define VC_VXC_PROC_WRITE 0x80000000ull + // the scheduler flags #define VC_VXSM_FILL_RATE 0x0001