please doxygen.

git-svn-id: file:///svn/unbound/trunk@3202 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2014-07-31 08:48:31 +00:00
parent a03340dc52
commit e752c94cf6
+2 -1
View File
@@ -550,8 +550,9 @@ handle_event_moddone(struct module_qstate* qstate, int id)
*/
void
dns64_operate(struct module_qstate* qstate, enum module_ev event, int id,
struct outbound_entry* ATTR_UNUSED(outbound))
struct outbound_entry* outbound)
{
(void)outbound;
verbose(VERB_QUERY, "dns64[module %d] operate: extstate:%s event:%s",
id, strextstate(qstate->ext_state[id]),
strmodulevent(event));