diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-04-25 19:50:56 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-04-25 19:50:56 +0200 |
commit | e9542ccab679cba38dd2ea0318bf05a68b59bc55 (patch) | |
tree | e262ad63a10d60f4d6d2ed006c6eba6e62ae1b44 /lib/hostip.c | |
parent | 7de2f9271c68c10ee7057c10741b0406bca6c156 (diff) | |
download | curl-e9542ccab679cba38dd2ea0318bf05a68b59bc55.tar.gz |
hostip: comment fixed to state current situation
Diffstat (limited to 'lib/hostip.c')
-rw-r--r-- | lib/hostip.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/hostip.c b/lib/hostip.c index 9dddc0c06..0683f89a8 100644 --- a/lib/hostip.c +++ b/lib/hostip.c @@ -110,11 +110,13 @@ * hostip.c - method-independent resolver functions and utility functions * hostasyn.c - functions for asynchronous name resolves * hostsyn.c - functions for synchronous name resolves - * hostares.c - functions for ares-using name resolves - * hostthre.c - functions for threaded name resolves * hostip4.c - ipv4-specific functions * hostip6.c - ipv6-specific functions * + * The two asynchronous name resolver backends are implemented in: + * asyn-ares.c - functions for ares-using name resolves + * asyn-thread.c - functions for threaded name resolves + * The hostip.h is the united header file for all this. It defines the * CURLRES_* defines based on the config*.h and setup.h defines. */ |