diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xenstore/xs.c | 1 | ||||
-rw-r--r-- | tools/xenstore/xs.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/xenstore/xs.c b/tools/xenstore/xs.c index 370815de04..ad1dc0860b 100644 --- a/tools/xenstore/xs.c +++ b/tools/xenstore/xs.c @@ -639,7 +639,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token) /* 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 --git a/tools/xenstore/xs.h b/tools/xenstore/xs.h index 050dc01e2b..c855614675 100644 --- a/tools/xenstore/xs.h +++ b/tools/xenstore/xs.h @@ -112,7 +112,6 @@ bool xs_unwatch(struct xs_handle *h, const char *path, const char *token); /* 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); |