libvirt/src/remote
Osier Yang 65741d84ed list: Implemente RPC calls for virConnectListAllInterfaces
The RPC generator doesn't support returning list of object yet, this patch
do the work manually.

  * daemon/remote.c:
    Implemente the server side handler remoteDispatchConnectListAllInterfaces.

  * src/remote/remote_driver.c:
    Add remote driver handler remoteConnectListAllInterfaces.

  * src/remote/remote_protocol.x:
    New RPC procedure REMOTE_PROC_CONNECT_LIST_ALL_INTERFACES and
    structs to represent the args and ret for it.

  * src/remote_protocol-structs: Likewise.
2012-09-12 15:36:56 +08:00
..
qemu_protocol.x agent: add remote driver support 2012-08-23 19:05:50 +08:00
remote_driver.c list: Implemente RPC calls for virConnectListAllInterfaces 2012-09-12 15:36:56 +08:00
remote_driver.h Desert the FSF address in copyright 2012-07-23 10:50:50 +08:00
remote_protocol.x list: Implemente RPC calls for virConnectListAllInterfaces 2012-09-12 15:36:56 +08:00