]> xenbits.xensource.com Git - xen.git/commitdiff
docs: Document the XenBus structure.
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Mon, 28 Jan 2013 18:21:59 +0000 (13:21 -0500)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tue, 26 Mar 2013 12:36:20 +0000 (08:36 -0400)
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>
xen/include/public/io/xs_wire.h

index 36ff33c2ca8760f750309b9b63431a641534402c..99d24e3ddd6f5105dfa75cb13290dca165ec8fb5 100644 (file)
@@ -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))