]> xenbits.xensource.com Git - libvirt.git/commit
ESX simplify SOAP request and response handling
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 4 Sep 2009 16:24:25 +0000 (18:24 +0200)
committerDaniel Veillard <veillard@redhat.com>
Fri, 4 Sep 2009 16:24:25 +0000 (18:24 +0200)
commit46e76e8b2b36c89603555046ec5b7c36bbc50f16
tree9978e3b470462b4a0b374236b4c17f501968c68c
parent03d28d73553285cef6b75f5467b2d17021a5db1a
ESX simplify SOAP request and response handling

* src/esx/esx_vi.[ch]: convert esxVI_RemoteRequest_Execute() to a
  simpler esxVI_Context_Execute() version, remove esxVI_RemoteRequest
  and convert esxVI_RemoteResponse to esxVI_Response
* src/esx/esx_vi_methods.c: update and simplify callers to use
  esxVI_Context_Execute() instead of esxVI_RemoteRequest_Execute()
src/esx/esx_vi.c
src/esx/esx_vi.h
src/esx/esx_vi_methods.c