- Bryan Henderson introduces two things:
1) the progress callback gets called more frequently (at times) 2) libcurl *might* call the callback when it receives a signal
This commit is contained in:
@@ -51,6 +51,9 @@ struct pollfd
|
||||
#define CSELECT_OUT 0x02
|
||||
#define CSELECT_ERR 0x04
|
||||
|
||||
int Curl_pselect(curl_socket_t readfd, curl_socket_t writefd, int timeout_ms,
|
||||
sigset_t * sigmask);
|
||||
|
||||
int Curl_select(curl_socket_t readfd, curl_socket_t writefd, int timeout_ms);
|
||||
|
||||
int Curl_poll(struct pollfd ufds[], unsigned int nfds, int timeout_ms);
|
||||
|
||||
Reference in New Issue
Block a user