]> xenbits.xensource.com Git - libvirt.git/commit
list: Implemente RPC calls for virConnectListAllInterfaces
authorOsier Yang <jyang@redhat.com>
Tue, 4 Sep 2012 16:10:16 +0000 (00:10 +0800)
committerOsier Yang <jyang@redhat.com>
Wed, 12 Sep 2012 07:36:56 +0000 (15:36 +0800)
commit65741d84edeb36f6337cc4f246923f9b7a6ed6c1
tree3b189de37a003d72badf5b309ce34fafc91251d9
parentf4af202f4e3d29def5c06acfe9799071cda07ebb
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.
daemon/remote.c
src/remote/remote_driver.c
src/remote/remote_protocol.x
src/remote_protocol-structs