mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:41:41 +03:00
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:
parent
458c70db6a
commit
a43511bff2
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ typedef struct CURLMsg CURLMsg;
|
|||
struct curl_waitfd {
|
||||
curl_socket_t fd;
|
||||
short events;
|
||||
short revents; /* not supported yet */
|
||||
short revents;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue