duplicate query callbacks work.

git-svn-id: file:///svn/unbound/trunk@408 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2007-06-20 14:01:58 +00:00
parent 133b65bc67
commit fed6a738de
5 changed files with 55 additions and 0 deletions
+7
View File
@@ -668,6 +668,13 @@ outside_network_delete(struct outside_network* outnet)
free(outnet);
}
void
outside_network_set_secondary_buffer(struct outside_network*
ATTR_UNUSED(outnet), ldns_buffer* ATTR_UNUSED(buf))
{
/* nothing to do */
}
struct pending*
pending_udp_query(struct outside_network* outnet, ldns_buffer* packet,
struct sockaddr_storage* addr, socklen_t addrlen, int timeout,