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-changelog

[Xen-changelog] [xen-unstable] xenstore: Remove incorrect comment.

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xenstore: Remove incorrect comment.
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 11 Sep 2007 15:30:50 -0700
Delivery-date: Tue, 11 Sep 2007 15:34:19 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User kfraser@xxxxxxxxxxxxxxxxxxxxx
# Date 1189496044 -3600
# Node ID 2635119a1766068b2ab8d2b2d402ce84dcdfcacb
# Parent  42b925c00d8aff2bf2abdd0d23c11fa75271ea58
xenstore: Remove incorrect comment.
Signed-off-by: Keir Fraser <keir@xxxxxxxxxxxxx>
---
 tools/xenstore/xs.c |    1 -
 tools/xenstore/xs.h |    1 -
 2 files changed, 2 deletions(-)

diff -r 42b925c00d8a -r 2635119a1766 tools/xenstore/xs.c
--- a/tools/xenstore/xs.c       Mon Sep 10 13:58:56 2007 -0600
+++ b/tools/xenstore/xs.c       Tue Sep 11 08:34:04 2007 +0100
@@ -639,7 +639,6 @@ bool xs_unwatch(struct xs_handle *h, con
 
 /* Start a transaction: changes by others will not be seen during this
  * transaction, and changes will not be visible to others until end.
- * You can only have one transaction at any time.
  * Returns XBT_NULL on failure.
  */
 xs_transaction_t xs_transaction_start(struct xs_handle *h)
diff -r 42b925c00d8a -r 2635119a1766 tools/xenstore/xs.h
--- a/tools/xenstore/xs.h       Mon Sep 10 13:58:56 2007 -0600
+++ b/tools/xenstore/xs.h       Tue Sep 11 08:34:04 2007 +0100
@@ -112,7 +112,6 @@ bool xs_unwatch(struct xs_handle *h, con
 
 /* Start a transaction: changes by others will not be seen during this
  * transaction, and changes will not be visible to others until end.
- * You can only have one transaction at any time.
  * Returns NULL on failure.
  */
 xs_transaction_t xs_transaction_start(struct xs_handle *h);

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xenstore: Remove incorrect comment., Xen patchbot-unstable <=