mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-01-20 13:42:54 -05:00
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:
parent
1c90125ab2
commit
696a07e7eb
1 changed files with 2 additions and 0 deletions
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in a new issue