debuggers.hg
changeset 19624:54dbd70406ad
xenstore: Add brief notice regarding xenstore protocol limits to xs.h.
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Thu Apr 30 09:43:29 2009 +0100 (2009-04-30) |
parents | cc6db34c2996 |
children | ecf6277e0f66 |
files | tools/xenstore/xs.h |
line diff
1.1 --- a/tools/xenstore/xs.h Wed Apr 29 13:54:57 2009 +0100 1.2 +++ b/tools/xenstore/xs.h Thu Apr 30 09:43:29 2009 +0100 1.3 @@ -27,6 +27,11 @@ 1.4 struct xs_handle; 1.5 typedef uint32_t xs_transaction_t; 1.6 1.7 +/* IMPORTANT: For details on xenstore protocol limits, see 1.8 + * docs/misc/xenstore.txt in the Xen public source repository, and use the 1.9 + * XENSTORE_*_MAX limit macros defined in xen/io/xs_wire.h. 1.10 + */ 1.11 + 1.12 /* On failure, these routines set errno. */ 1.13 1.14 /* Connect to the xs daemon.