mirror of
https://github.com/falcosecurity/falco.git
synced 2025-09-10 19:19:42 +00:00
new(userspapace/engine): add capture
and capture_duration
to the engine
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -228,6 +228,8 @@ public:
|
||||
std::set<std::string> exception_fields;
|
||||
std::set<std::string> tags;
|
||||
extra_output_field_t extra_output_fields;
|
||||
bool capture;
|
||||
uint64_t capture_duration_ns;
|
||||
};
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user