curl-library
[PATCH] refactoring select.c phase 1
From: Amr Shahin <amrnablus_at_gmail.com>
Date: Sun, 18 Sep 2011 03:29:47 +0300
Received on 2011-09-18
Date: Sun, 18 Sep 2011 03:29:47 +0300
Hello,
i have regrouped some of the #ifdef dependent code into separate functions,
basically there is now two versions of a custom poll function, one gets
called when HAVE_POLL_FINE is defined and the other otherwise, there isn't
really much new code, only moving code around.
The main reason i did this is to have the ability to easily plug a unit-test
code for each of those chunks.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
- text/x-patch attachment: 0001-regrouping-some-ifdef-dependet-functions-into-groups.patch