]> xenbits.xensource.com Git - libvirt.git/commit
util: Export remoteFreeTypedParameters internally via util
authorErik Skultety <eskultet@redhat.com>
Tue, 2 Feb 2016 12:19:35 +0000 (13:19 +0100)
committerErik Skultety <eskultet@redhat.com>
Wed, 3 Feb 2016 14:46:45 +0000 (15:46 +0100)
commit9afc115f7308199a7e678c3156832e826696629a
tree328e16de3fdf96b7452bd8c966a6123aab410a10
parent0472cef68538a155b18609bc0352467540cd24e0
util: Export remoteFreeTypedParameters internally via util

Since the method is static to remote_driver, it can't even be used by our
daemon. Other than that, it would be useful to be able to use it with admin as
well. This patch uses the new virTypedParameterRemote datatype introduced in
one of previous patches.
src/libvirt_private.syms
src/remote/remote_driver.c
src/rpc/gendispatch.pl
src/util/virtypedparam.c
src/util/virtypedparam.h