[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-API] [PATCH 2 of 3] Temporarily revert c/s 593:83d85d6d9079 (session caching stuff)
# HG changeset patch # User David Scott <dave.scott@xxxxxxxxxxxxx> # Date 1264696399 0 # Node ID 43de234e7703f21b33442c0b716cc4d787448684 # Parent 788a15f7eb8618501b754ffdf789c68b24ed40b0 Temporarily revert c/s 593:83d85d6d9079 (session caching stuff) diff -r 788a15f7eb86 -r 43de234e7703 ocaml/idl/datamodel.ml --- a/ocaml/idl/datamodel.ml Thu Jan 28 16:33:18 2010 +0000 +++ b/ocaml/idl/datamodel.ml Thu Jan 28 16:33:19 2010 +0000 @@ -2810,7 +2810,6 @@ field ~in_product_since:rel_george ~qualifier:DynamicRO ~default_value:(Some(VDateTime(Date.of_float 0.))) ~ty:DateTime "validation_time" "time when session was last validated"; field ~in_product_since:rel_george ~qualifier:DynamicRO ~default_value:(Some(VString(""))) ~ty:String "auth_user_sid" "the subject identifier of the user that was externally authenticated. If a session instance has is_local_superuser set, then the value of this field is undefined."; field ~in_product_since:rel_midnight_ride ~qualifier:StaticRO ~default_value:(Some(VSet [])) ~ty:(Set(String)) "rbac_permissions" "list with all RBAC permissions for this session"; - field ~in_product_since:rel_midnight_ride ~qualifier:DynamicRO ~ty:(Set(Ref _task)) "tasks" "list of tasks created using the current session"; ] () @@ -5870,7 +5869,6 @@ (* subtasks hierarchy *) (_task, "subtask_of"), (_task, "subtasks"); - (_task, "session"), (_session, "tasks"); (_pif, "bond_slave_of"), (_bond, "slaves"); (_bond, "master"), (_pif, "bond_master_of"); 1 file changed, 2 deletions(-) ocaml/idl/datamodel.ml | 2 -- Attachment:
xen-api.hg-3.patch _______________________________________________ xen-api mailing list xen-api@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/mailman/listinfo/xen-api
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |