XRootD
XrdTpcCurlMulti.hh
Go to the documentation of this file.
1 
2 #include <curl/curl.h>
3 
4 #ifndef HAVE_CURL_MULTI_WAIT
5 CURLMcode curl_multi_wait_impl(CURLM *multi_handle, int timeout_ms, int *numfds);
6 #endif
7 
CURLMcode curl_multi_wait_impl(CURLM *multi_handle, int timeout_ms, int *numfds)