]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/xen.git/commitdiff
xenstore: Add brief notice regarding xenstore protocol limits to xs.h.
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 30 Apr 2009 08:43:29 +0000 (09:43 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 30 Apr 2009 08:43:29 +0000 (09:43 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenstore/xs.h

index 629395291ac7d7b871257b15a87e2aba1fb9d21f..bd36a0b3502134d56a1c15be0459c70d2440d3d0 100644 (file)
 struct xs_handle;
 typedef uint32_t xs_transaction_t;
 
+/* IMPORTANT: For details on xenstore protocol limits, see
+ * docs/misc/xenstore.txt in the Xen public source repository, and use the
+ * XENSTORE_*_MAX limit macros defined in xen/io/xs_wire.h.
+ */
+
 /* On failure, these routines set errno. */
 
 /* Connect to the xs daemon.