update(userspace/engine): avoid relying on leaked std namespace

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce
2022-12-02 19:24:37 +00:00
committed by poiana
parent 01ae266332
commit 54f117141b
9 changed files with 20 additions and 21 deletions

View File

@@ -150,7 +150,7 @@ public:
// add k8s/mesos/container information to outputs when
// available.
//
void set_extra(string &extra, bool replace_container_info);
void set_extra(std::string &extra, bool replace_container_info);
// Represents the result of matching an event against a set of
// rules.
@@ -284,7 +284,7 @@ private:
stats_manager m_rule_stats_manager;
uint16_t m_next_ruleset_id;
std::map<string, uint16_t> m_known_rulesets;
std::map<std::string, uint16_t> m_known_rulesets;
falco_common::priority_type m_min_priority;
//