libvirt/src/remote
Daniel Veillard b9daebfee4 convert missing server entry points into unsupported errors
If using a remote access, sometimes an RPC entry point is not
available, and currently we just end up with a raw:
    error: unknown procedure: xxx
error, while this should be more cleanly reported as an unsupported
entry point like for local access

* src/remote/remote_driver.c: convert missing remote entry points into
  the unsupported feature error
2009-12-22 17:44:03 +01:00
..
remote_driver.c convert missing server entry points into unsupported errors 2009-12-22 17:44:03 +01:00
remote_driver.h Move remote driver to src/remote/ 2009-09-21 14:41:44 +01:00
remote_protocol.c Add domainMemoryStats support to remote driver 2009-12-20 13:43:19 +01:00
remote_protocol.h Add domainMemoryStats support to remote driver 2009-12-20 13:43:19 +01:00
remote_protocol.x Add domainMemoryStats support to remote driver 2009-12-20 13:43:19 +01:00
rpcgen_fix.pl Move remote protocol definition into src/remote/ 2009-09-21 14:41:47 +01:00