From: Wouter Wijngaards Date: Fri, 20 Jan 2017 07:33:54 +0000 (+0000) Subject: - Increase MAX_MODULE to 16. X-Git-Tag: release-1.6.1rc1~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=929b623e59dd45fa305e7c37f13af7468a64b79b;p=thirdparty%2Funbound.git - Increase MAX_MODULE to 16. git-svn-id: file:///svn/unbound/trunk@3993 be551aaa-1e26-0410-a405-d3ace91eadb9 --- 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