aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_watch.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_watch.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_watch.h')
-rw-r--r--tools/xenstore/xenstored_watch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_watch.h b/tools/xenstore/xenstored_watch.h
index 2eccff9476..6125ff3886 100644
--- a/tools/xenstore/xenstored_watch.h
+++ b/tools/xenstore/xenstored_watch.h
@@ -30,4 +30,6 @@ void fire_watches(struct connection *conn, const char *name, bool recurse);
void dump_watches(struct connection *conn);
+void conn_delete_all_watches(struct connection *conn);
+
#endif /* _XENSTORED_WATCH_H */