]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Add support for admin API in libvirt daemon
authorMartin Kletzander <mkletzan@redhat.com>
Wed, 15 Apr 2015 14:23:55 +0000 (16:23 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Tue, 16 Jun 2015 11:46:21 +0000 (13:46 +0200)
commitd5f4241bbccb1b880ccc2eaf1049d4266160403e
tree6e2d8defb0e79760ffb6b27a6e64beaecb31a172
parentbeb0eda2e31f99200949b267f596622dd5bb983e
Add support for admin API in libvirt daemon

For this to pe properly separated from other protocols used by the
server, there is second server added which allows access to the whole
virNetDaemon to its clients.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
cfg.mk
daemon/Makefile.am
daemon/admin_server.c [new file with mode: 0644]
daemon/admin_server.h [new file with mode: 0644]
daemon/libvirtd.c
daemon/libvirtd.h
po/POTFILES.in