X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/b8d9a971f7f7a3d6650b67c3923e2eaadedebc50..f57665b944e0e4fe38d47ceb7b3940044b12773a:/client/adnshost.h diff --git a/client/adnshost.h b/client/adnshost.h index 8b459b3..93a7608 100644 --- a/client/adnshost.h +++ b/client/adnshost.h @@ -90,7 +90,7 @@ void opt_do(const struct optioninfo *oip, const char *arg, int invert); struct query_node { struct query_node *next, *back; struct perqueryflags_remember pqfr; - char *id; + char *id, *owner; adns_query qu; };