curl_multi_timer_callback

Name: curl_multi_timer_callback

Desc: Called by libcurl whenever the library detects a change in the maximum number of milliseconds the app is allowed to wait before curl_multi_socket() or curl_multi_perform() must be called (to allow libcurl's timed events to take place).

extern (C)
alias curl_multi_timer_callback = int function
(,
c_long timeout_ms
,
void* userp
)

Return Value

The callback should return zero.

Meta