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: NDaniel P. Berrange <berrange@redhat.com>
上级 74c47d09
无相关合并请求
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册