multi.h: the 'revents' field of curl_waitfd is supported

Since 6d30f8ebed

Reported-by: Nicolás Ojeda Bär
Ref: #11748
Closes #11749
This commit is contained in:
Daniel Stenberg 2023-08-28 10:48:37 +02:00
parent 458c70db6a
commit a43511bff2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -118,7 +118,7 @@ typedef struct CURLMsg CURLMsg;
struct curl_waitfd {
curl_socket_t fd;
short events;
short revents; /* not supported yet */
short revents;
};
/*