From 6137af9c86a019dc6fdd97d4a2180402913082dc Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Tue, 31 May 2016 16:56:27 +0000 Subject: [PATCH] please dox. git-svn-id: file:///svn/unbound/trunk@3743 be551aaa-1e26-0410-a405-d3ace91eadb9 --- daemon/worker.c | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/worker.c b/daemon/worker.c index 84c004ed6..33a6883f9 100644 --- a/daemon/worker.c +++ b/daemon/worker.c @@ -659,6 +659,7 @@ reply_and_prefetch(struct worker* worker, struct query_info* qinfo, * @param pkt: buffer * @param str: string to put into text record (<255). * @param edns: edns reply information. + * @param worker: worker with scratch region. */ static void chaos_replystr(sldns_buffer* pkt, const char* str, struct edns_data* edns,