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-07-26 14:02:33 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-07-26 14:02:33 +0000
commitd461f09e21a803512c6e6407eca83830722aa95d (patch)
treed1aa70c2e2ca20f8cf97eaf8321a7f678262c3cd /tools/xenstore/xenstored_domain.h
parent967dd235f5813ed56f923773e83d44fece3639bb (diff)
downloadxen-d461f09e21a803512c6e6407eca83830722aa95d.tar.gz
xen-d461f09e21a803512c6e6407eca83830722aa95d.tar.bz2
xen-d461f09e21a803512c6e6407eca83830722aa95d.zip
Start of code to persistent store connections when xenstored restarts
Signed-off-by: Rusty Russel <rusty@rustcorp.com.au> 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_domain.h b/tools/xenstore/xenstored_domain.h
index 74dc34e8e5..ccdf1dbf60 100644
--- a/tools/xenstore/xenstored_domain.h
+++ b/tools/xenstore/xenstored_domain.h
@@ -37,4 +37,7 @@ int domain_init(void);
/* Returns the implicit path of a connection (only domains have this) */
const char *get_implicit_path(const struct connection *conn);
+/* Read existing connection information from store. */
+void restore_existing_connections(void);
+
#endif /* _XENSTORED_DOMAIN_H */