unwanted reply threshold like in the draft.

git-svn-id: file:///svn/unbound/trunk@1321 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards
2008-10-22 14:36:46 +00:00
parent 60d8b26ba1
commit 6cebdd2baf
16 changed files with 1362 additions and 1240 deletions
+3 -1
View File
@@ -722,10 +722,12 @@ outside_network_create(struct comm_base* base, size_t bufsize,
struct infra_cache* ATTR_UNUSED(infra),
struct ub_randstate* ATTR_UNUSED(rnd),
int ATTR_UNUSED(use_caps_for_id), int* ATTR_UNUSED(availports),
int ATTR_UNUSED(numavailports))
int ATTR_UNUSED(numavailports), size_t ATTR_UNUSED(unwanted_threshold),
void (*unwanted_action)(void*), void* ATTR_UNUSED(unwanted_param))
{
struct outside_network* outnet = calloc(1,
sizeof(struct outside_network));
(void)unwanted_action;
if(!outnet)
return NULL;
outnet->base = base;