From: Wouter Wijngaards Date: Thu, 10 May 2007 14:36:05 +0000 (+0000) Subject: per query state for modules to allocate... X-Git-Tag: release-0.4~156 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=696a07e7eb53de7ba8b6da5c3f5a295518800af0;p=thirdparty%2Funbound.git per query state for modules to allocate... git-svn-id: file:///svn/unbound/trunk@310 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/util/module.h b/util/module.h index 1cc3a7efb..b2cf9fa3d 100644 --- a/util/module.h +++ b/util/module.h @@ -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];