• O
    list: Implement RPC calls for virStoragePoolListAllVolumes · a8bac1c0
    Osier Yang 提交于
    The RPC generator doesn't returning support list of object, this
    patch do the work manually.
    
      * daemon/remote.c:
        Implemente the server side handler remoteDispatchStoragePoolListAllVolumes
    
      * src/remote/remote_driver.c:
        Add remote driver handler remoteStoragePoolListAllVolumes
    
      * src/remote/remote_protocol.x:
        New RPC procedure REMOTE_PROC_STORAGE_POOL_LIST_ALL_VOLUMES and
        structs to represent the args and ret for it.
    
      * src/remote_protocol-structs: Likewise.
    a8bac1c0
remote_protocol-structs 77.3 KB