From ffc362fcd3384681c55f5e99e2953850324bb7d3 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 30 Apr 2009 09:43:29 +0100 Subject: [PATCH] xenstore: Add brief notice regarding xenstore protocol limits to xs.h. Signed-off-by: Keir Fraser --- tools/xenstore/xs.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/xenstore/xs.h b/tools/xenstore/xs.h index 629395291a..bd36a0b350 100644 --- a/tools/xenstore/xs.h +++ b/tools/xenstore/xs.h @@ -27,6 +27,11 @@ 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. -- 2.39.5