• O
    list: Implemente RPC calls for virConnectListAllInterfaces · 65741d84
    Osier Yang 提交于
    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.
    65741d84
remote_protocol-structs 78.1 KB