mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-12 07:42:56 +00:00
Revert "remote: remove unused constant for libvirtd config file"
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>
This commit is contained in:
parent
86fbce56f2
commit
03dc63ab2a
@ -34,6 +34,7 @@ unsigned long remoteVersion(void);
|
|||||||
#define LIBVIRTD_PRIV_UNIX_SOCKET LOCALSTATEDIR "/run/libvirt/libvirt-sock"
|
#define LIBVIRTD_PRIV_UNIX_SOCKET LOCALSTATEDIR "/run/libvirt/libvirt-sock"
|
||||||
#define LIBVIRTD_PRIV_UNIX_SOCKET_RO LOCALSTATEDIR "/run/libvirt/libvirt-sock-ro"
|
#define LIBVIRTD_PRIV_UNIX_SOCKET_RO LOCALSTATEDIR "/run/libvirt/libvirt-sock-ro"
|
||||||
#define LIBVIRTD_USER_UNIX_SOCKET "libvirt-sock"
|
#define LIBVIRTD_USER_UNIX_SOCKET "libvirt-sock"
|
||||||
|
#define LIBVIRTD_CONFIGURATION_FILE SYSCONFDIR "/libvirt/libvirtd.conf"
|
||||||
|
|
||||||
/* Defaults for PKI directory. */
|
/* Defaults for PKI directory. */
|
||||||
#define LIBVIRT_PKI_DIR SYSCONFDIR "/pki"
|
#define LIBVIRT_PKI_DIR SYSCONFDIR "/pki"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user