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] Add a comment that indicates the extent of the

To: xen-api@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-API] [PATCH 2 of 3] Add a comment that indicates the extent of the effect of an IDL flag
From: Jonathan Davies <jonathan.davies@xxxxxxxxxx>
Date: Fri, 7 Jan 2011 14:49:35 +0000
Delivery-date: Fri, 07 Jan 2011 06:50:53 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <patchbomb.1294411773@xxxxxxxxxxxxxxxxxxxxxxx>
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>
References: <patchbomb.1294411773@xxxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mercurial-patchbomb/1.6.3
Signed-off-by: Jonathan Davies <jonathan.davies@xxxxxxxxxx>


# HG changeset patch
# User Jonathan Davies <jonathan.davies@xxxxxxxxxx>
# Date 1294409894 0
# Node ID 4560ba02da974d77d6afdcc36af5289d8e61b2d7
# Parent  5e6b5da4604978f7fa9660dd37ed7a2050f4c0db
Add a comment that indicates the extent of the effect of an IDL flag.

Signed-off-by: Jonathan Davies <jonathan.davies@xxxxxxxxxx>

diff -r 5e6b5da46049 -r 4560ba02da97 ocaml/idl/datamodel_types.ml
--- a/ocaml/idl/datamodel_types.ml      Fri Jan 07 14:18:14 2011 +0000
+++ b/ocaml/idl/datamodel_types.ml      Fri Jan 07 14:18:14 2011 +0000
@@ -150,7 +150,7 @@
     msg_tag: tag;
     msg_obj_name: string;
     msg_custom_marshaller: bool;
-    msg_hide_from_docs: bool;
+    msg_hide_from_docs: bool; (* don't list the function in the documentation 
and do not include it in the SDK *)
     msg_allowed_roles: string list option;
     msg_map_keys_roles: (string * (string list option)) list
 } 

Attachment: xen-api.hg-2.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>