From dbaf4f93615b0ad1f34b38ec9def0b30496658d7 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 10 Mar 2007 12:11:21 +0000 Subject: - 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 --- lib/select.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/select.h') diff --git a/lib/select.h b/lib/select.h index e0844b1d6..0941db6df 100644 --- a/lib/select.h +++ b/lib/select.h @@ -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); -- cgit v1.2.3