Re: [libvirt] [PATCH 07/41] remote: conditionalize socket names in libvirtd daemon

2019-07-26 Thread Andrea Bolognani
On Tue, 2019-07-23 at 17:02 +0100, Daniel P. Berrangé wrote: [...] > if (config->unix_sock_dir) { > -if (virAsprintf(sockfile, "%s/libvirt-sock", config->unix_sock_dir) > < 0) > +if (virAsprintf(sockfile, "%s/" SOCK_PREFIX "-sock", > config->unix_sock_dir) < 0) >

[libvirt] [PATCH 07/41] remote: conditionalize socket names in libvirtd daemon

2019-07-23 Thread Daniel P . Berrangé
Prepare for reusing libvirtd source to create other daemons by making the socket names conditionally defined by the make rules. Signed-off-by: Daniel P. Berrangé --- src/remote/Makefile.inc.am | 1 + src/remote/remote_daemon.c | 24 2 files changed, 13 insertions(+),