aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_transaction.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-01 14:51:12 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-03-01 14:51:12 +0000
commit5d8d99be048899c0438dab4e726238eb97b0440f (patch)
tree47f33af3a57368d29ee163411943b600c933cf67 /tools/xenstore/xenstored_transaction.h
parent4bbfa3da11b9d28cb3e17a49193ac2c60fbae09b (diff)
downloadxen-5d8d99be048899c0438dab4e726238eb97b0440f.tar.gz
xen-5d8d99be048899c0438dab4e726238eb97b0440f.tar.bz2
xen-5d8d99be048899c0438dab4e726238eb97b0440f.zip
Fully reset the xenstore connection when a domain is (re)introduced to xenstored.
Signed-off-by: Keir Fraser <keir@xensource.com>
Diffstat (limited to 'tools/xenstore/xenstored_transaction.h')
-rw-r--r--tools/xenstore/xenstored_transaction.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_transaction.h b/tools/xenstore/xenstored_transaction.h
index 1fc30dff50..ecbae47f2d 100644
--- a/tools/xenstore/xenstored_transaction.h
+++ b/tools/xenstore/xenstored_transaction.h
@@ -33,4 +33,7 @@ void add_change_node(struct transaction *trans, const char *node,
/* Return tdb context to use for this connection. */
TDB_CONTEXT *tdb_transaction_context(struct transaction *trans);
+
+void conn_delete_all_transactions(struct connection *conn);
+
#endif /* _XENSTORED_TRANSACTION_H */