New APIs: guestfs_first_private, guestfs_next_private to walk over
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 14 Mar 2011 13:19:47 +0000 (13:19 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Tue, 15 Mar 2011 12:16:50 +0000 (12:16 +0000)
commit6d6b7edd1102f8383643866bf358e494e0d518ef
tree9c889d805e3ab70655071336899d9f628cb577f9
parentd1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
New APIs: guestfs_first_private, guestfs_next_private to walk over
the private data area.

This commit adds new APIs for walking over the keys and pointers in
the private data area associated with each handle (note this is only
applicable to the C API).
.gitignore
capitests/Makefile.am
capitests/test-private-data.c [new file with mode: 0644]
generator/generator_c.ml
src/guestfs-internal.h
src/guestfs.c
src/guestfs.pod