aboutsummaryrefslogtreecommitdiff
path: root/ares/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'ares/TODO')
-rw-r--r--ares/TODO10
1 files changed, 10 insertions, 0 deletions
diff --git a/ares/TODO b/ares/TODO
index ade10c7a8..a042ef7c3 100644
--- a/ares/TODO
+++ b/ares/TODO
@@ -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.