WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

[Xen-API] [PATCH 2 of 3] Temporarily revert c/s 593:83d85d6d9079 (sessio

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 3] Temporarily revert c/s 593:83d85d6d9079 (session caching stuff)
From: David Scott <dave.scott@xxxxxxxxxxxxx>
Date: Thu, 28 Jan 2010 16:33:48 +0000
Delivery-date: Thu, 28 Jan 2010 08:28:17 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1264696426@xxxxxxxxxxxxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
# 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
Description: Text Data

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>