mirror of
https://github.com/moparisthebest/curl
synced 2025-02-28 17:31:46 -05:00
curl_multi_wait.3: renamed the last argument variable for clarity
This commit is contained in:
parent
a5b6f91e8d
commit
211605f0c5
@ -30,7 +30,7 @@ CURLMcode curl_multi_wait(CURLM *multi_handle,
|
|||||||
struct curl_waitfd extra_fds[],
|
struct curl_waitfd extra_fds[],
|
||||||
unsigned int extra_nfds,
|
unsigned int extra_nfds,
|
||||||
int timeout_ms,
|
int timeout_ms,
|
||||||
int *ret);
|
int *numfds);
|
||||||
.ad
|
.ad
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
This function polls on all file descriptors used by the curl easy handles
|
This function polls on all file descriptors used by the curl easy handles
|
||||||
@ -40,7 +40,7 @@ detected on at least one of the handles or \fItimeout_ms\fP has passed.
|
|||||||
The calling application may pass additional curl_waitfd structures which are
|
The calling application may pass additional curl_waitfd structures which are
|
||||||
similar to \fIpoll(2)\fP's pollfd structure to be waited on in the same call.
|
similar to \fIpoll(2)\fP's pollfd structure to be waited on in the same call.
|
||||||
|
|
||||||
On completion, if \fIret\fI is supplied, it will be populated with the
|
On completion, if \fInumfds\fI is supplied, it will be populated with the
|
||||||
number of file descriptors on which interesting events occured.
|
number of file descriptors on which interesting events occured.
|
||||||
|
|
||||||
This function is encouraged to be used instead of select(3) when using the
|
This function is encouraged to be used instead of select(3) when using the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user