From 3035b4fcc174228d058a0c4cc6871a01340326d0 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 23 Jul 2009 20:02:33 +0400 Subject: * Make modules disableable from config --- src/filter.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/filter.h') diff --git a/src/filter.h b/src/filter.h index 56a70fdf7..6ff3ae1d0 100644 --- a/src/filter.h +++ b/src/filter.h @@ -22,6 +22,7 @@ enum filter_type { C_FILTER, PERL_FILTER }; struct filter { char *func_name; /**< function name */ enum filter_type type; /**< filter type (c or perl) */ + module_t *module; }; /** -- cgit v1.2.3