]> xenbits.xensource.com Git - libvirt.git/commit
esx: Generate method mappings via macros
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Feb 2010 00:06:58 +0000 (01:06 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 23 Mar 2010 00:28:08 +0000 (01:28 +0100)
commitd304352b19116b15c3a14a5e497a62242bea6532
tree9acb334659dc47f3b599e8ad81aa8631b897d17e
parent09fafa1e21d71dbfd51727e20614bf5f7236a339
esx: Generate method mappings via macros

This is actually a consequence of the reworked required parameter
checking: Unify the required parameter check into a Validate function
instead of doing it separately im the (de)serialization part.

The required parameter checking for the mapped methods parameter was
done in the (de)serialize functions before. Now it's explicitly done
in the mapped method itself.
src/esx/esx_driver.c
src/esx/esx_vi.c
src/esx/esx_vi.h
src/esx/esx_vi_methods.c
src/esx/esx_vi_methods.h
src/esx/esx_vi_types.c
src/esx/esx_vi_types.h