X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/4678dd22d0e6358e88864ed87e03bcbbd4532787..0aa4a35785ac722734fcd8d461ac14a5e791a08c:/src/internal.h diff --git a/src/internal.h b/src/internal.h index 66e55dc..1a9c61b 100644 --- a/src/internal.h +++ b/src/internal.h @@ -94,7 +94,10 @@ typedef enum { enum { adns__qf_senddirect = 0x00100000,/* don't call the `query_send' type hook */ - adns__qf_nosend = 0x00200000 /* don't send the query when submitting */ + adns__qf_nosend = 0x00200000,/* don't send the query when submitting */ + adns__qf_addr_answer= 0x01000000,/* addr query received an answer */ + adns__qf_addr_cnhack= 0x02000000,/* addr query found cname inconsistency */ + adns__qf_addr_cname = 0x04000000 /* addr subquery performed on cname */ }; /* Shared data structures */