mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 21:25:06 +00:00
fix(userspace/falco): correct typo in type
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
parent
7451fb8ed1
commit
a6790b4330
@ -213,7 +213,7 @@ public:
|
||||
bool m_capture_enabled;
|
||||
std::string m_capture_path_prefix;
|
||||
capture_mode_t m_capture_mode = capture_mode_t::RULES;
|
||||
u_int64_t m_capture_default_duration_ns;
|
||||
uint64_t m_capture_default_duration_ns;
|
||||
|
||||
// Falco engine
|
||||
engine_kind_t m_engine_mode = engine_kind_t::KMOD;
|
||||
|
Loading…
Reference in New Issue
Block a user