From 929b623e59dd45fa305e7c37f13af7468a64b79b Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Fri, 20 Jan 2017 07:33:54 +0000 Subject: [PATCH] - Increase MAX_MODULE to 16. git-svn-id: file:///svn/unbound/trunk@3993 be551aaa-1e26-0410-a405-d3ace91eadb9 --- doc/Changelog | 3 +++ util/module.h | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Changelog b/doc/Changelog index a6a4ceb35..50146508b 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,3 +1,6 @@ +20 January 2017: Wouter + - Increase MAX_MODULE to 16. + 19 January 2017: Wouter - Fix to Rename ub_callback_t to ub_callback_type, because POSIX reserves _t typedefs. diff --git a/util/module.h b/util/module.h index 1c38ae940..d3db3eaec 100644 --- a/util/module.h +++ b/util/module.h @@ -176,7 +176,7 @@ struct iter_forwards; struct iter_hints; /** Maximum number of modules in operation */ -#define MAX_MODULE 5 +#define MAX_MODULE 16 /** Maximum number of known edns options */ #define MAX_KNOWN_EDNS_OPTS 256