1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-10-27 11:34:09 +03:00

libvirtd: rename virNetServerClient callback impls to match type names

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
This commit is contained in:
Daniel P. Berrange
2018-01-22 18:29:55 +00:00
committed by Daniel P. Berrangé
parent b1e03dad86
commit 99d69f6925
5 changed files with 15 additions and 15 deletions

View File

@@ -1311,9 +1311,9 @@ int main(int argc, char **argv) {
config->keepalive_interval,
config->keepalive_count,
config->mdns_adv ? config->mdns_name : NULL,
remoteClientInitHook,
remoteClientNew,
NULL,
remoteClientFreeFunc,
remoteClientFree,
NULL))) {
ret = VIR_DAEMON_ERR_INIT;
goto cleanup;
@@ -1385,9 +1385,9 @@ int main(int argc, char **argv) {
config->admin_keepalive_interval,
config->admin_keepalive_count,
NULL,
remoteAdmClientInitHook,
remoteAdmClientNew,
NULL,
remoteAdmClientFreeFunc,
remoteAdmClientFree,
dmn))) {
ret = VIR_DAEMON_ERR_INIT;
goto cleanup;