From fa554083457bd6b2328f85e4b8c5d0453e49879e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Thu, 10 Oct 2013 13:18:19 +0100 Subject: Fix call of expression functions. --- src/lua/lua_common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lua/lua_common.h') diff --git a/src/lua/lua_common.h b/src/lua/lua_common.h index 526c20f6f..c6ba06160 100644 --- a/src/lua/lua_common.h +++ b/src/lua/lua_common.h @@ -147,7 +147,7 @@ gint luaopen_rsa (lua_State * L); gint lua_call_filter (const gchar *function, struct worker_task *task); gint lua_call_chain_filter (const gchar *function, struct worker_task *task, gint *marks, guint number); double lua_consolidation_func (struct worker_task *task, const gchar *metric_name, const gchar *function_name); -gboolean lua_call_expression_func (const gchar *module, const gchar *symbol, struct worker_task *task, GList *args, gboolean *res); +gboolean lua_call_expression_func (gpointer lua_data, struct worker_task *task, GList *args, gboolean *res); void lua_call_post_filters (struct worker_task *task); void lua_call_pre_filters (struct worker_task *task); void add_luabuf (const gchar *line); -- cgit v1.2.3