
2011/5/13 Eric Blake <eblake@redhat.com>:
On 05/01/2011 01:57 PM, Matthias Bolte wrote:
Instead of specifing the type of the managed object directly specify
s/specifing/specifying/
the ServiceContent member name. This way the mapping dictionary can be removed. --- src/esx/esx_vi_generator.input | 36 ++++++++++++++++++------------------ src/esx/esx_vi_generator.py | 28 ++++++++++------------------ 2 files changed, 28 insertions(+), 36 deletions(-)
This fell apart for me; I don't know how to fix it, so from this point on, you'll have to rebase and post v2.
CC libvirt_driver_esx_la-esx_vi_methods.lo In file included from esx/esx_vi_methods.c:288:0: esx/esx_vi_methods.generated.c: In function 'esxVI_RetrieveProperties': esx/esx_vi_methods.generated.c:520:278: error: 'esxVI_ServiceContent' has no member named 'PropertyCollector'
One line of change that should have been in this patch slipped into the next one :( Here's a v2 that fixes this. Matthias