]> xenbits.xensource.com Git - xen.git/commit
xenstore: support XS_DIRECTORY_PART in libxenstore
authorJuergen Gross <jgross@suse.com>
Mon, 5 Dec 2016 07:48:47 +0000 (08:48 +0100)
committerWei Liu <wei.liu2@citrix.com>
Mon, 5 Dec 2016 11:21:35 +0000 (11:21 +0000)
commitd4016288ab1fa761d2a42a74a0095e77541c0010
tree73c6dc2fa0bf88d585af455d512370fc72d5d62f
parent0ca64ed8c571ec25c35feecb06121cad5d869cd6
xenstore: support XS_DIRECTORY_PART in libxenstore

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 <jgross@suse.com>
Reviewed-by: Wei Liu <wei.liu2@citrix.com>
tools/xenstore/xs.c