aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_domain.h
diff options
context:
space:
mode:
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-19 15:28:34 +0000
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>2007-01-19 15:28:34 +0000
commitb686a7d235163cb2309bb59dcab07059e0fe9aa1 (patch)
treea33f8798a09c55ce0b30e2c14bfa20d2f6f7cc65 /tools/xenstore/xenstored_domain.h
parente105919b0120a0eccfe59ece2ce545ddd6f0881f (diff)
downloadxen-b686a7d235163cb2309bb59dcab07059e0fe9aa1.tar.gz
xen-b686a7d235163cb2309bb59dcab07059e0fe9aa1.tar.bz2
xen-b686a7d235163cb2309bb59dcab07059e0fe9aa1.zip
xenstore: add XS_RESUME command; export it to xend.
This clears the shutdown flag for a domain in xenstore, allowing subsequent shutdowns of the same domain to fire the appropriate watches. Signed-off-by: Brendan Cully <brendan@cs.ubc.ca>
Diffstat (limited to 'tools/xenstore/xenstored_domain.h')
-rw-r--r--tools/xenstore/xenstored_domain.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h
index 4acf61bbac..d1ad774148 100644
--- a/tools/xenstore/xenstored_domain.h
+++ b/tools/xenstore/xenstored_domain.h
@@ -32,6 +32,9 @@ void do_is_domain_introduced(struct connection *conn, const char *domid_str);
void do_release(struct connection *conn, const char *domid_str);
/* domid */
+void do_resume(struct connection *conn, const char *domid_str);
+
+/* domid */
void do_get_domain_path(struct connection *conn, const char *domid_str);
/* Returns the event channel handle */