C-Ares: add the query data to the errormessage, so the user can evaluate this informa...
[citadel.git] / citadel / event_client.h
index 2d26c2877b645030a5df06af25979db49f1199b4..4be26614c215837d904f70d508aafd5a82e1f1e2 100644 (file)
@@ -71,6 +71,8 @@ typedef struct _DNSQueryParts {
        ParseDNSAnswerCb DNS_CB;
        IO_CallBack PostDNS;
 
+       const char *QueryTYPE;
+       const char *QStr;
        int DNSStatus;
        void *VParsedDNSReply;
        FreeDNSReply DNSReplyFree;