Add new context capability.
authorDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 9 Jan 2009 18:42:09 +0000 (18:42 +0000)
committerDaniel Hokka Zakrisson <dhokka@cs.princeton.edu>
Fri, 9 Jan 2009 18:42:09 +0000 (18:42 +0000)
lib/ccaps-v13.c
lib/vserver.h

index 0f6d176..2385428 100644 (file)
@@ -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),
index 0293ca1..301ca98 100644 (file)
 
 #define VC_VXC_KTHREAD                 0x01000000ull
 
+#define VC_VXC_PROC_WRITE              0x80000000ull
+
 
 // the scheduler flags
 #define VC_VXSM_FILL_RATE              0x0001