]> xenbits.xensource.com Git - libvirt.git/commit
virsocket: Simplify virSocketSendFD()
authorMichal Privoznik <mprivozn@redhat.com>
Fri, 2 Feb 2024 12:05:20 +0000 (13:05 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Feb 2024 11:34:54 +0000 (12:34 +0100)
commit91f4ebbac81bc3829da6d5a71d7520a6fc9e358e
tree0ecd2c9cf1df1378f0138fd8248ecbc5b824c559
parent495a826dbf9b511cfc50e747eb5a748478cde855
virsocket: Simplify virSocketSendFD()

After previous cleanups, virSocketSendFD() is but a thin wrapper
over virSocketSendMsgWithFDs(). Replace the body of the former
with a call to the latter.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/util/virfile.c
src/util/virsocket.c