diff options
Diffstat (limited to 'lib/resolve.h')
-rw-r--r-- | lib/resolve.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/resolve.h b/lib/resolve.h index 4b15764a..34e02619 100644 --- a/lib/resolve.h +++ b/lib/resolve.h @@ -330,11 +330,12 @@ int kr_resolve_consume(struct kr_request *request, struct kr_transport **transpo /** * Produce either next additional query or finish. * - * If the CONSUME is returned then dst, type and packet will be filled with + * If the CONSUME is returned then *transport and *packet will be filled with * appropriate values and caller is responsible to send them and receive answer. * If it returns any other state, then content of the variables is undefined. * * Implemented in its own file ./resolve-produce.c + * FIXME: more issues in this doc-comment * * @param request request state (in PRODUCE state) * @param dst [out] possible address of the next nameserver |