From 013005767b22a27842487b9f0f62d83456b86470 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 4 Jan 2016 13:16:09 +0000 Subject: Add more information about lua regexp to the structure --- src/lua/lua_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lua/lua_common.h') diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index b41d33811..fd207134a 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -74,6 +74,7 @@ struct rspamd_lua_url { struct rspamd_lua_regexp { rspamd_regexp_t *re; + gchar *module; gchar *re_pattern; gsize match_limit; gint re_flags; -- cgit v1.2.3