mirror of
https://github.com/curl/curl.git
synced 2026-08-25 12:33:35 +03:00
parent
a946d40822
commit
08679d89f5
1 changed files with 0 additions and 16 deletions
16
lib/multi.c
16
lib/multi.c
|
|
@ -578,22 +578,6 @@ CURLMcode curl_multi_add_handle(CURLM *m, CURL *curl)
|
|||
return mresult;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/* Debug-function, used like this:
|
||||
*
|
||||
* Curl_hash_print(&multi->sockhash, debug_print_sock_hash);
|
||||
*
|
||||
* Enable the hash print function first by editing hash.c
|
||||
*/
|
||||
static void debug_print_sock_hash(void *p)
|
||||
{
|
||||
struct Curl_sh_entry *sh = (struct Curl_sh_entry *)p;
|
||||
|
||||
curl_mfprintf(stderr, " [readers %u][writers %u]",
|
||||
sh->readers, sh->writers);
|
||||
}
|
||||
#endif
|
||||
|
||||
struct multi_done_ctx {
|
||||
BIT(premature);
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue