summaryrefslogtreecommitdiff
path: root/viengoos/rm.h
diff options
context:
space:
mode:
authorneal <neal>2007-11-29 10:15:28 +0000
committerneal <neal>2007-11-29 10:15:28 +0000
commita14f94e6ff0a77c2297d784bad6bbf95842ee8fe (patch)
tree54f926200b448b55c75345db6c20d92e3ea00589 /viengoos/rm.h
parent12d97bb06786ed9dececa979e4abb3aad8cc5ff4 (diff)
hurd/
2007-11-29 Neal H. Walfield <neal@gnu.org> * activity.h: Include <hurd/addr.h>. Add method id RM_activity_properties. (ACTIVITY_PROPERTIES_PRIORITY_SET): Define. (ACTIVITY_PROPERTIES_WEIGHT_SET): Likewise. (ACTIVITY_PROPERTIES_STORAGE_QUOTA_SET): Likewise. (ACTIVITY_PROPERTIES_ALL_SET): Likewise. (activity_properties): New declaration. * rpc.h (RPC53): New macro. viengoos/ 2007-11-29 Neal H. Walfield <neal@gnu.org> * server.c (OBJECT_): Just pass REQUIRE_WRITABLE on to CAP_. (server_loop): Save the capability that identifies the principal. Implement the RM_activity_properties method. * rm.h (rm_method_id_string): Handle the RM_activity_properties case. ruth/ 2007-11-29 Neal H. Walfield <neal@gnu.org> * ruth.c (main): Add test for activity_properties.
Diffstat (limited to 'viengoos/rm.h')
-rw-r--r--viengoos/rm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/viengoos/rm.h b/viengoos/rm.h
index 13b4ec3..0f04c4f 100644
--- a/viengoos/rm.h
+++ b/viengoos/rm.h
@@ -91,6 +91,8 @@ rm_method_id_string (enum rm_method_id id)
return "thread_exregs";
case RM_activity_create:
return "activity_create";
+ case RM_activity_properties:
+ return "activity_properties";
default:
return "unknown method id";
}