[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xenstore: Remove incorrect comment.
# 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |