]> git.ipfire.org Git - thirdparty/libvirt.git/commit
don't disable state driver when libvirtd is not built
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 19 Jan 2015 16:56:04 +0000 (16:56 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Tue, 27 Jan 2015 12:02:04 +0000 (12:02 +0000)
commit220c01aa0a18919f83047f07d7adcf417659a480
tree1f285981b91218f6e3f2804ae38227ad74dd4e55
parentf35fa0fd957b02b29695413208492c77f74c447e
don't disable state driver when libvirtd is not built

A bunch of code is wrapped in #if WITH_LIBVIRTD in order to
enable the virStateDriver to be disabled when libvirtd is not
built. Disabling this code doesn't have any real functional
benefit beyond removing 1 pointer from the virConnectPtr struct,
while having a cost of many more conditionals.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/Makefile.am
src/driver.h
src/libvirt.c
src/libvirt_daemon.syms [deleted file]
src/libvirt_internal.h
src/libvirt_private.syms
src/remote/remote_driver.c