per query state for modules to allocate...

git-svn-id: file:///svn/unbound/trunk@310 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2007-05-10 14:36:05 +00:00
parent 1c90125ab2
commit 696a07e7eb

View file

@ -137,6 +137,8 @@ struct module_qstate {
struct msg_parse* msg_parse;
/** region for temporary usage. May be cleared when module blocks. */
struct region* scratch;
/** region for this query. Cleared when query process finishes. */
struct region* region;
/** module states */
enum module_ext_state ext_state[MAX_MODULE];