aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstore/xenstored_core.h
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-10 15:18:00 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-06-10 15:18:00 +0000
commitf2e3420e7337a878e984ec5a906cb9267bfc23c0 (patch)
treea23fc27960a5d44acb3a5a69480578cfb49cf815 /tools/xenstore/xenstored_core.h
parentcaac1f78197747509f2003568a3ac283f635d29f (diff)
downloadxen-f2e3420e7337a878e984ec5a906cb9267bfc23c0.tar.gz
xen-f2e3420e7337a878e984ec5a906cb9267bfc23c0.tar.bz2
xen-f2e3420e7337a878e984ec5a906cb9267bfc23c0.zip
bitkeeper revision 1.1705.1.15 (42a9af28Mzva9Shzn8gUSiuJSM-TbA)
xenstore fixes for read-only connections.
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 fe6eec8f72..0d0ebcaae0 100644
--- a/tools/xenstore/xenstored_core.h
+++ b/tools/xenstore/xenstored_core.h
@@ -56,6 +56,9 @@ struct connection
/* Are we blocked waiting for a transaction to end? Contains node. */
char *blocked;
+ /* Is this a read-only connection? */
+ bool can_write;
+
/* Our current event. If all used, we're waiting for ack. */
struct watch_event *event;