]> git.ipfire.org Git - thirdparty/libvirt.git/commit
esx: Refactor esxUtil_ParseQuery's parameter handling
authorMatthias Bolte <matthias.bolte@googlemail.com>
Thu, 3 Jun 2010 18:04:15 +0000 (20:04 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 9 Jun 2010 09:29:09 +0000 (11:29 +0200)
commit070f61002f47b602c15d1e4950a122ac9edefe1b
treeab12374c8479a1d9e703dc587266c032967112c4
parentcd2b18968d0c070caa8526506d3f755895b8c5b8
esx: Refactor esxUtil_ParseQuery's parameter handling

Pass a struct containing the parameters instead of passing each
one individually. This make future extensions a bit simpler.
src/esx/esx_driver.c
src/esx/esx_util.c
src/esx/esx_util.h
src/esx/esx_vi.c
src/esx/esx_vi.h