aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/public
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-01-28 13:21:59 -0500
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2013-03-26 08:36:20 -0400
commitb3138fd1120da98e5dc4a942fc25da50eca787a7 (patch)
tree6d0f8ccfbcda8741a6eaf2c13b8c81c4eacdc6f8 /xen/include/public
parent982e6e9f76e0e36cba1d7988dd32f4ac12d25a38 (diff)
downloadxen-b3138fd1120da98e5dc4a942fc25da50eca787a7.tar.gz
xen-b3138fd1120da98e5dc4a942fc25da50eca787a7.tar.bz2
xen-b3138fd1120da98e5dc4a942fc25da50eca787a7.zip
docs: Document the XenBus structure.
Mark-up for inclusion of generated docs. Acked-by: Ian Campbell <ian.campbel@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'xen/include/public')
-rw-r--r--xen/include/public/io/xs_wire.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/xen/include/public/io/xs_wire.h b/xen/include/public/io/xs_wire.h
index 36ff33c2ca..99d24e3ddd 100644
--- a/xen/include/public/io/xs_wire.h
+++ b/xen/include/public/io/xs_wire.h
@@ -103,7 +103,10 @@ enum xs_watch_type
XS_WATCH_TOKEN
};
-/* Inter-domain shared memory communications. */
+/*
+ * `incontents 150 xenstore_struct XenStore wire protocol.
+ *
+ * Inter-domain shared memory communications. */
#define XENSTORE_RING_SIZE 1024
typedef uint32_t XENSTORE_RING_IDX;
#define MASK_XENSTORE_IDX(idx) ((idx) & (XENSTORE_RING_SIZE-1))