[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 8/8] docs: Document the XenBus structure.
On Mon, 2013-01-28 at 18:32 +0000, Konrad Rzeszutek Wilk wrote: > Mark-up for inclusion of generated docs. > > Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@xxxxxxxxxx> > --- > xen/include/public/io/xs_wire.h | 5 ++++- > 1 file changed, 4 insertions(+), 1 deletion(-) > > diff --git a/xen/include/public/io/xs_wire.h b/xen/include/public/io/xs_wire.h > index 7e454c4..20863f7 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 structure layout "Xenstore wire protocol" perhaps? > + * > + * 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)) _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |