mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-31 22:28:22 +00:00
fix(userspace/falco): correct typo in type
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
This commit is contained in:
@@ -213,7 +213,7 @@ public:
|
|||||||
bool m_capture_enabled;
|
bool m_capture_enabled;
|
||||||
std::string m_capture_path_prefix;
|
std::string m_capture_path_prefix;
|
||||||
capture_mode_t m_capture_mode = capture_mode_t::RULES;
|
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
|
// Falco engine
|
||||||
engine_kind_t m_engine_mode = engine_kind_t::KMOD;
|
engine_kind_t m_engine_mode = engine_kind_t::KMOD;
|
||||||
|
Reference in New Issue
Block a user