Add busines logic for toggling multiple mx records etc.
[citadel.git] / citadel / modules / c-ares-dns / serv_c-ares-dns.c
index 4534d88ef2d092c410138042ecf5274be6b8ba94..cba9d8303e52c4236ea69b1074fe9540db5892a0 100644 (file)
@@ -342,6 +342,12 @@ int QueueQuery(ns_type Type, const char *name, AsyncIO *IO, DNSQueryParts *Query
 }
 
 
+
+
+
+/*****************************************************************************
+ *                   libevent / c-ares integration                           *
+ *****************************************************************************/
 static void DNS_send_callback(struct ev_loop *loop, ev_io *watcher, int revents)
 {
        AsyncIO *IO = watcher->data;