]> xenbits.xensource.com Git - libvirt.git/commit
Convert the remote driver to new RPC client APIs
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 1 Dec 2010 16:46:36 +0000 (16:46 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 28 Jun 2011 16:33:12 +0000 (17:33 +0100)
commitc1b226447781ba8367606f760dde6a88414382a3
tree6f11dcb415d08af8db567c093e50cc258a16b844
parent51ae69be69d0ca99ba38650472f54ee6ddff8855
Convert the remote driver to new RPC client APIs

This guts the current remote driver, removing all its networking
handling code. Instead it calls out to the new virClientPtr and
virClientProgramPtr APIs for all RPC & networking work.

* src/Makefile.am: Link remote driver with generic RPC code
* src/remote/remote_driver.c: Gut code, replacing with RPC
  API calls
* src/rpc/gendispatch.pl: Update for changes in the way
  streams are handled
src/Makefile.am
src/remote/remote_driver.c
src/rpc/gendispatch.pl