]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Revert "remote: remove unused constant for libvirtd config file"
authorPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jul 2019 07:22:50 +0000 (09:22 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 4 Jul 2019 07:24:45 +0000 (09:24 +0200)
The constant is not unused and breaks the build of the remote driver.

This reverts commit 86fbce56f27e06b34d63879c9f634a58a1e0a04a.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
src/remote/remote_driver.h

index 132e478ef35eaf0a691f25c69bec5f8e609199d0..8c7da6b000c3209f8d8371e5e832d7327a97241e 100644 (file)
@@ -34,6 +34,7 @@ unsigned long remoteVersion(void);
 #define LIBVIRTD_PRIV_UNIX_SOCKET LOCALSTATEDIR "/run/libvirt/libvirt-sock"
 #define LIBVIRTD_PRIV_UNIX_SOCKET_RO LOCALSTATEDIR "/run/libvirt/libvirt-sock-ro"
 #define LIBVIRTD_USER_UNIX_SOCKET "libvirt-sock"
+#define LIBVIRTD_CONFIGURATION_FILE SYSCONFDIR "/libvirt/libvirtd.conf"
 
 /* Defaults for PKI directory. */
 #define LIBVIRT_PKI_DIR SYSCONFDIR "/pki"