added ares_getsock()
authorDaniel Stenberg <daniel@haxx.se>
Thu, 22 Dec 2005 15:29:12 +0000 (15:29 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 22 Dec 2005 15:29:12 +0000 (15:29 +0000)
ares/CHANGES

index 20e7c98..4374b9f 100644 (file)
@@ -1,5 +1,11 @@
   Changelog for the c-ares project
 
+* December 22
+
+- Daniel Stenberg added ares_getsock() that extracts the set of sockets to
+  wait for action on. Similar to ares_fds() but not restricted to using
+  select() for the waiting.
+
 * November 25
 
 - Yang Tse fixed some send() / recv() compiler warnings