chore(userspace/engine,userspace/falco): upgraded to latest libs.

Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Federico Di Pierro
2022-09-16 15:44:58 +02:00
committed by poiana
parent 9048d84ed4
commit e068df514c
3 changed files with 6 additions and 6 deletions

View File

@@ -112,7 +112,7 @@ public:
// from the YAML node containing the condition expression.
// - When compiling, the condition expression has expanded
// macro and list references with their values.
context(const libsinsp::filter::parser::pos_info& pos,
context(const libsinsp::filter::ast::pos_info& pos,
const std::string& condition,
const context& parent);