aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_core.h
diff options
context:
space:
mode:
authorcl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-05 19:43:04 +0000
committercl349@firebug.cl.cam.ac.uk <cl349@firebug.cl.cam.ac.uk>2005-09-05 19:43:04 +0000
commit84ff1f21556688762372eac5891959859880ff58 (patch)
tree84db6bd5d863ef99ecf239d317bb36c662cec1b8 /tools/xenstore/xenstored_core.h
parentfb3841431b42fbd3d5c16f84ea64b2810d62f489 (diff)
downloadxen-84ff1f21556688762372eac5891959859880ff58.tar.gz
xen-84ff1f21556688762372eac5891959859880ff58.tar.bz2
xen-84ff1f21556688762372eac5891959859880ff58.zip
Add @introduceDomain event-watch and replace consoled watch on /console.
Signed-off-by: Christian Limpach <Christian.Limpach@cl.cam.ac.uk>
Diffstat (limited to 'tools/xenstore/xenstored_core.h')
-rw-r--r--tools/xenstore/xenstored_core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/xenstore/xenstored_core.h b/tools/xenstore/xenstored_core.h
index ce0f8fc792..fa407e9ae1 100644
--- a/tools/xenstore/xenstored_core.h
+++ b/tools/xenstore/xenstored_core.h
@@ -133,6 +133,9 @@ char *canonicalize(struct connection *conn, const char *node);
bool check_node_perms(struct connection *conn, const char *node,
enum xs_perm_type perm);
+/* Check if node is an event node. */
+bool check_event_node(const char *node);
+
/* Path to this node outside transaction. */
char *node_dir_outside_transaction(const char *node);