]> git.ipfire.org Git - thirdparty/libvirt.git/commit
list: Implement RPC calls for virConnectListAllSecrets
authorOsier Yang <jyang@redhat.com>
Fri, 14 Sep 2012 08:38:49 +0000 (16:38 +0800)
committerOsier Yang <jyang@redhat.com>
Mon, 17 Sep 2012 05:17:14 +0000 (13:17 +0800)
commit867374079d7814750b32541c8f3816960408f450
treebe9785b7ff0adcc2bf2b98039991d4e7fc2486dd
parent7a236982fecd3abcc7190ad55ed85527939302f2
list: Implement RPC calls for virConnectListAllSecrets

The RPC generator doesn't support returning list of object yet, this patch
does the work manually.

  * daemon/remote.c:
    Implement the server side handler remoteDispatchConnectListAllSecrets.

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

  * src/remote/remote_protocol.x:
    New RPC procedure REMOTE_PROC_CONNECT_LIST_ALL_SECRETS 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