aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_domain.h
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-13 09:09:13 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-13 09:09:13 +0000
commit7c2451851266ba65b4ca690d8d8dc5fa23fdf1ad (patch)
tree3fc63c1b69c8bd5802ef72145a81ede0f987a2fc /tools/xenstore/xenstored_domain.h
parentaf94cd2a066bca72801ae723f52b5271f0149ff1 (diff)
downloadxen-7c2451851266ba65b4ca690d8d8dc5fa23fdf1ad.tar.gz
xen-7c2451851266ba65b4ca690d8d8dc5fa23fdf1ad.tar.bz2
xen-7c2451851266ba65b4ca690d8d8dc5fa23fdf1ad.zip
Fix up testsuite from recent changes.
(1) Make TESTDIR relative (my directory exceeded 108 chars, breaking sockets) (2) Make TESTDIR if it doesn't exist (3) Add dummy xc_domain_getinfo and xc_evtchn_bind_virq for fake libxc (4) Fix tests broken by b594bb976a743d509f1ffabb5bc698874ab90d8f (5) domain_cleanup() can be static, as it's not used elsewhere. (6) With -Werror, "use" unused variable in domain_init() if TESTING (7) Remove debugging printf on watch without perms. (8) Loosen timeout in xs_test (valgrind + slow machine == bogus timeouts) Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> (authored) Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/xenstore/xenstored_domain.h')
-rw-r--r--tools/xenstore/xenstored_domain.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h
index 332eae65e8..a896e1a3af 100644
--- a/tools/xenstore/xenstored_domain.h
+++ b/tools/xenstore/xenstored_domain.h
@@ -28,10 +28,6 @@ void do_introduce(struct connection *conn, struct buffered_data *in);
/* domid */
void do_release(struct connection *conn, const char *domid_str);
-/* Enumerate domains and release connections for non-existant or dying
- * domains. */
-void domain_cleanup(void);
-
/* domid */
void do_get_domain_path(struct connection *conn, const char *domid_str);