cleanup(falco): apply review suggestion about extra_output_field_t

Signed-off-by: Luca Guerra <luca@guerra.sh>
Co-authored-by: Federico Di Pierro <nierro92@gmail.com>
This commit is contained in:
Luca Guerra
2024-09-06 16:15:43 +00:00
committed by poiana
parent aeb4126ce2
commit ddc736057f
7 changed files with 8 additions and 6 deletions

View File

@@ -72,3 +72,5 @@ namespace falco_common
bool parse_rule_matching(const std::string& v, rule_matching& out);
};
typedef std::unordered_map<std::string, std::pair<std::string, bool>> extra_output_field_t;