]> granicus.if.org Git - curl/commit
Code refactoring, extracting a new function wait_ms() from Curl_select and
authorYang Tse <yangsita@gmail.com>
Sun, 18 Mar 2007 04:51:40 +0000 (04:51 +0000)
committerYang Tse <yangsita@gmail.com>
Sun, 18 Mar 2007 04:51:40 +0000 (04:51 +0000)
commit0e2d3b7b6c964e0ca4f0a4fb688c80f9704dafd5
tree32a9547c1e697f6b5679117a7061be868fe4a584
parent46a50aa001cd0bcec263f06db74433c3a2850cf8
Code refactoring, extracting a new function wait_ms() from Curl_select and
Curl_poll() which is called whenever not a single valid file descriptor is
passed to these functions.

Improve readibility using a poll() macro to replace WSApoll().
lib/select.c
lib/select.h