new(userspace/engine): expose resolve_tokens to lua

Co-Authored-By: Leonardo Di Donato <leodidonato@gmail.com>
Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana
2019-09-12 17:16:49 +02:00
committed by Leo Di Donato
parent 826ad0b271
commit 7f35b7f712
2 changed files with 34 additions and 0 deletions

View File

@@ -53,6 +53,8 @@ class falco_formats
// formatted_string = falco.format_event(evt, formatter)
static int format_event(lua_State *ls);
static int resolve_tokens(lua_State *ls);
static sinsp* s_inspector;
static falco_engine *s_engine;
static sinsp_evt_formatter_cache *s_formatters;