X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/7e6a84a102fb70052a7c02ab80f26fd2e2cfb943..09a06b84370268b712de43ef3ff71c47f48e9b6e:/src/internal.h?ds=sidebyside diff --git a/src/internal.h b/src/internal.h index 4ec3c3e..5a58f95 100644 --- a/src/internal.h +++ b/src/internal.h @@ -174,6 +174,8 @@ struct adns__query { * we found a cname (this corresponds to cname_dgram in the query * structure). type is set from the word go. nrrs and rrs * are set together, when we find how many rrs there are. + * owner is set during querying unless we're doing searchlist, + * in which case it is set only when we find an answer. */ byte *cname_dgram; @@ -189,8 +191,6 @@ struct adns__query { * absolute query yet (0=not yet, 1=done, -1=must do straight away, * but not done yet). If flags doesn't have adns_qf_search then * the vbuf is initialised but empty and everything else is zero. - * - * fixme: actually implement this! */ int id, flags, udpretries;