Richard W.M. Jones wrote:
This patch adds useful APIs for walking over the private data area.
It is a prerequisite for the new event API stuff (specifically for the
language bindings for that).
Hi Rich,
I reviewed your commit, 6d6b7edd1102f8383643866bf358e494e0d518ef,
and wouldn't change a thing[*].
Very nice.
Jim
[*] Actually, I would have moved a few declarations "down" to the point
of first use, but I think libguestfs has a policy of avoiding C99's
declaration-after-statement feature.