commit | f5fd677ae7cf7cfb07b12adbfd479c460ddc3ac5 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Tue Feb 21 16:47:51 2023 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 13 15:23:37 2023 +0400 |
tree | 20c527712fd1611992b572d4362a41011392349c | |
parent | 3ffef1a55ca3b55fa64d43cd35af5adb2c260463 [diff] |
win32/socket: introduce qemu_socket_select() helper This is a wrapper for WSAEventSelect, with Error handling. By default, it will produce a warning, so callers don't have to be modified now, and yet we can spot potential mis-use. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Stefan Berger <stefanb@linux.ibm.com> Message-Id: <20230221124802.4103554-7-marcandre.lureau@redhat.com>