]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Generate implicit _this macros
authorMatthias Bolte <matthias.bolte@googlemail.com>
Sun, 1 May 2011 06:05:58 +0000 (08:05 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Sat, 14 May 2011 09:45:08 +0000 (11:45 +0200)
commit6c1d30a7f535641ae8214bfffc984bcae21b1a6c
tree5e1aa59360c2338f9dcf02299a11588993866a78
parent0b85d10483e510add325715f84bffd03a4b9f9e1
esx: Generate implicit _this macros

Several vSphere API methods are called on global objects like the
FileManager, the PerformanceManager or the SearchIndex. The generator
input file allows to mark such methods and the generator generates
such method in a way that automatically handles marked parameter. This
is done by some special macros. Those were manually written and this
patch moves them to the generator.
src/Makefile.am
src/esx/esx_vi_generator.py
src/esx/esx_vi_methods.c