From f3c35e371cc70f1b6bc33f7faa904d37d1567eb3 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Sun, 17 Nov 2019 15:12:15 +0100 Subject: multi: add curl_multi_wakeup() This commit adds curl_multi_wakeup() which was previously in the TODO list under the curl_multi_unblock name. On some platforms and with some configurations this feature might not be available or can fail, in these cases a new error code (CURLM_WAKEUP_FAILURE) is returned from curl_multi_wakeup(). Fixes #4418 Closes #4608 --- packages/OS400/curl.inc.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages') diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in index 8be6c8986..9a44eae49 100644 --- a/packages/OS400/curl.inc.in +++ b/packages/OS400/curl.inc.in @@ -1804,7 +1804,11 @@ d c 6 d CURLM_ADDED_ALREADY... d c 7 - d CURLM_LAST c 8 + d CURLM_RECURSIVE_API_CALL... + d c 8 + d CURLM_WAKEUP_FAILURE... + d c 9 + d CURLM_LAST c 10 * d CURLMSG s 10i 0 based(######ptr######) Enum d CURLMSG_NONE c 0 -- cgit v1.2.3