From 696a07e7eb53de7ba8b6da5c3f5a295518800af0 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 10 May 2007 14:36:05 +0000 Subject: [PATCH] per query state for modules to allocate... git-svn-id: file:///svn/unbound/trunk@310 be551aaa-1e26-0410-a405-d3ace91eadb9 --- util/module.h | 2 ++ 1 file changed, 2 insertions(+) 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]; -- 2.47.2