]> git.ipfire.org Git - thirdparty/qemu.git/commit
curl: Keep *socket until the end of curl_sock_cb()
authorMax Reitz <mreitz@redhat.com>
Tue, 10 Sep 2019 12:41:31 +0000 (14:41 +0200)
committerMichael Roth <mdroth@linux.vnet.ibm.com>
Tue, 1 Oct 2019 21:58:28 +0000 (16:58 -0500)
commit06b178eb6168dd5d3a50b7dc210cac748c1f19a1
tree1ed50d1f78ed266747cb8b03d964b64db210ee8e
parentc4134c9c46864a3bff04b92acbf8ea5b1b0ca6d9
curl: Keep *socket until the end of curl_sock_cb()

This does not really change anything, but it makes the code a bit easier
to follow once we use @socket as the opaque pointer for
aio_set_fd_handler().

Cc: qemu-stable@nongnu.org
Signed-off-by: Max Reitz <mreitz@redhat.com>
Message-id: 20190910124136.10565-3-mreitz@redhat.com
Reviewed-by: Maxim Levitsky <mlevitsk@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
(cherry picked from commit 007f339b1099af46a008dac438ca0943e31dba72)
Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com>
block/curl.c