Export private function 'guestfs___for_each_disk' for use by virt-df.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Nov 2010 15:38:26 +0000 (15:38 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 25 Nov 2010 15:40:56 +0000 (15:40 +0000)
commit4838ec3326d2970e6afe3cde6b368aeae840b969
tree5adc185d8ee09f5f13162120d721f6b6d008086b
parent70faafe8d4f0c06c3e62c1e1469289255ee30c53
Export private function 'guestfs___for_each_disk' for use by virt-df.

This private function (not part of the API) allows us to
iterate over disks from a guest, avoiding the business of
writing all the XPath code yet again.
generator/generator_c.ml
src/virt.c