• E
    list: provide RPC call for snapshots · dbb564f8
    Eric Blake 提交于
    The generator doesn't handle lists of virDomainSnapshotPtr, so
    this commit requires a bit more work than some RPC additions.
    
    * src/remote/remote_protocol.x
    (REMOTE_PROC_DOMAIN_LIST_ALL_SNAPSHOTS)
    (REMOTE_PROC_DOMAIN_SNAPSHOT_LIST_ALL_CHILDREN): New RPC calls,
    with corresponding structs.
    * daemon/remote.c (remoteDispatchDomainListAllSnapshots)
    (remoteDispatchDomainSnapshotListAllChildren): New functions.
    * src/remote/remote_driver.c (remoteDomainListAllSnapshots)
    (remoteDomainSnapshotListAllChildren): Likewise.
    * src/remote_protocol-structs: Regenerate.
    dbb564f8
remote_driver.c 173.8 KB