X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fmodules%2Fc-ares-dns%2Fserv_c-ares-dns.c;h=cba9d8303e52c4236ea69b1074fe9540db5892a0;hb=7e7b550e3d5de53fdf4b8c46833af5df9a159729;hp=4534d88ef2d092c410138042ecf5274be6b8ba94;hpb=6bb1bd7f5b355f4c4cd126e9360d78d47b7a4ec6;p=citadel.git diff --git a/citadel/modules/c-ares-dns/serv_c-ares-dns.c b/citadel/modules/c-ares-dns/serv_c-ares-dns.c index 4534d88ef..cba9d8303 100644 --- a/citadel/modules/c-ares-dns/serv_c-ares-dns.c +++ b/citadel/modules/c-ares-dns/serv_c-ares-dns.c @@ -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;