curl_multi_wait: Add parameter to return number of active sockets

Minor change to recently introduced function.  BC breaking, but since
curl_multi_wait() doesn't exist in any releases that should be fine.
This commit is contained in:
Sara Golemon
2012-09-15 10:38:52 -07:00
committed by Daniel Stenberg
parent 9b25b00fa3
commit b78944146a
4 changed files with 19 additions and 5 deletions

View File

@@ -157,7 +157,8 @@ CURL_EXTERN CURLMcode curl_multi_fdset(CURLM *multi_handle,
CURL_EXTERN CURLMcode curl_multi_wait(CURLM *multi_handle,
struct curl_waitfd extra_fds[],
unsigned int extra_nfds,
int timeout_ms);
int timeout_ms,
int *ret);
/*
* Name: curl_multi_perform()