]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
multi.h: the 'revents' field of curl_waitfd is supported
authorDaniel Stenberg <daniel@haxx.se>
Mon, 28 Aug 2023 08:48:37 +0000 (10:48 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 28 Aug 2023 09:05:05 +0000 (11:05 +0200)
Since 6d30f8ebed34e7276

Reported-by: Nicolás Ojeda Bär
Ref: #11748
Closes #11749

include/curl/multi.h

index 30a3d930177138d00ec1f67171cd8f71f64917bd..13b55b780792cf871932735db8175e4f9b893769 100644 (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;
 };
 
 /*