Re: [Xen-devel] [PATCH v3 06/12] xenstore: support XS_DIRECTORY_PART in libxenstore

2016-11-12 Thread Wei Liu
On Fri, Nov 11, 2016 at 09:00:04AM +0100, Juergen Gross wrote: > This will enable all users of libxenstore to handle xenstore nodes > with a huge amount of children. > > In order to not depend completely on the XS_DIRECTORY_PART > functionality use it only in case of E2BIG returned by XS_DIRECTORY

[Xen-devel] [PATCH v3 06/12] xenstore: support XS_DIRECTORY_PART in libxenstore

2016-11-11 Thread Juergen Gross
This will enable all users of libxenstore to handle xenstore nodes with a huge amount of children. In order to not depend completely on the XS_DIRECTORY_PART functionality use it only in case of E2BIG returned by XS_DIRECTORY. Signed-off-by: Juergen Gross --- tools/xenstore/xs.c | 80 ++