Skip to content
Snippets Groups Projects
Commit bba3bb75 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

eh, these can't be used for poll()! ;-)

parent c1422864
No related branches found
No related tags found
No related merge requests found
......@@ -14,9 +14,9 @@ CURLMcode curl_multi_fdset(CURLM *multi_handle,
.ad
.SH DESCRIPTION
This function extracts file descriptor information from a given multi_handle.
libcurl returns its fd_set sets. The application can use these to select() or
poll() on. The curl_multi_perform() function should be called as soon as one
of them are ready to be read from or written to.
libcurl returns its fd_set sets. The application can use these to select()
on. The curl_multi_perform() function should be called as soon as one of them
are ready to be read from or written to.
NOTE that once this call is made, you must not remove the sets you point to,
as libcurl will need to be able to read them. It needs them after select()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment