mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 18:03:50 +03:00
Rename 'daemon' param to 'binary' in virNetClientNewUNIX
To avoid a clash with daemon() libc API, rename the 'daemon' param in the header file to 'binary'. The source file already uses the name 'binary'. Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
parent
74c47d091f
commit
c25426dc40
@ -37,7 +37,7 @@
|
||||
|
||||
virNetClientPtr virNetClientNewUNIX(const char *path,
|
||||
bool spawnDaemon,
|
||||
const char *daemon);
|
||||
const char *binary);
|
||||
|
||||
virNetClientPtr virNetClientNewTCP(const char *nodename,
|
||||
const char *service);
|
||||
|
Loading…
x
Reference in New Issue
Block a user