refactor(userspace/engine): update falco_engine to use new rule_reader

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-04-13 13:59:04 +00:00
committed by poiana
parent 2c0e6d3b88
commit 30fb58ed48
2 changed files with 28 additions and 15 deletions

View File

@@ -248,6 +248,7 @@ private:
std::vector<ruleset_node> m_rulesets;
rule_loader m_rule_loader;
indexed_vector<falco_rule> m_rules;
stats_manager m_rule_stats_manager;
uint16_t m_next_ruleset_id;