]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpc: allow creating RPC service from an array of FDs
authorDaniel P. Berrangé <berrange@redhat.com>
Tue, 25 Jun 2019 14:54:48 +0000 (15:54 +0100)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 12 Jul 2019 15:55:39 +0000 (16:55 +0100)
commit9f3d1c5c8f1f2c5531333148954179e5497b3db6
treef0b7dca04b1881e3e125cdae5abe32259e34feb8
parent3b6bfde08970c6fdc5e32c9510d1a38962cf045b
rpc: allow creating RPC service from an array of FDs

The virNetServerServiceNewFD API only accepts a single FD, but it is
easily changed to allow for an array of FDs to be passed in.

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
src/libvirt_remote.syms
src/locking/lock_daemon.c
src/logging/log_daemon.c
src/rpc/virnetserverservice.c
src/rpc/virnetserverservice.h