diff options
author | Yang Tse <yangsita@gmail.com> | 2009-05-26 18:00:14 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-05-26 18:00:14 +0000 |
commit | 1c93d9dcfe95f1bfd6df432f9d6b4b31ff1c06a1 (patch) | |
tree | d404d0cd0191ce060cd077430254461add3a6dec /ares/TODO | |
parent | 675d6ec5e6d9dc51b0ff9ad28c0e901a7516e2ef (diff) |
Make ares_init(), ares_dup() and ares_init_options() return ARES_ENOTINITIALIZED
if library initialization has not been performed calling ares_library_init().
Diffstat (limited to 'ares/TODO')
-rw-r--r-- | ares/TODO | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -6,3 +6,13 @@ ares_gethostbyname - When built to support IPv6, it needs to also support PF_UNSPEC or similar, so that an application can ask for any protocol and then c-ares would return all known resolves and not just explicitly IPv4 _or_ IPv6 resolves. + +ares_process + +- Upon next ABI brakage ares_process() could/should be changed to return 'int' + and return ARES_ENOTINITIALIZED if ares_library_init() has not been called. + +ares_process_fd + +- Upon next ABI brakage ares_process_fd() could/should be changed to return + 'int' and return ARES_ENOTINITIALIZED if library has not been initialized. |