• D
    Convert the remote driver to new RPC client APIs · c1b22644
    Daniel P. Berrange 提交于
    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
    c1b22644
Makefile.am 44.7 KB