
On Thu, Mar 10, 2016 at 05:53:52AM +0100, Martin Kletzander wrote:
At first I did not want to do this, but after trying to implement some newer feaures in the admin API I realized we need that to make our lives easier. On the other hand they are not saved redundantly and the virNetServer objects are still kept in a hash table.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com> --- daemon/libvirtd.c | 6 ++++-- src/locking/lock_daemon.c | 3 ++- src/logging/log_daemon.c | 3 ++- src/lxc/lxc_controller.c | 3 ++- src/rpc/virnetdaemon.c | 1 + src/rpc/virnetserver.c | 20 ++++++++++++++++++-- src/rpc/virnetserver.h | 6 +++++- tests/virnetdaemontest.c | 8 +++++--- 8 files changed, 39 insertions(+), 11 deletions(-)
ACK Jan