Skip to content

Commit

Permalink
fix(userspace): use the right path for the `cpus_for_each_syscall_buf…
Browse files Browse the repository at this point in the history
…fer`

Signed-off-by: Andrea Terzolo <[email protected]>
Andreagit97 authored and poiana committed Jan 26, 2023

Verified

This commit was signed with the committer’s verified signature.
1 parent a7e991b commit 8eb6fbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/falco/configuration.cpp
Original file line number Diff line number Diff line change
@@ -311,7 +311,7 @@ void falco_configuration::load_yaml(const std::string& config_name, const yaml_h
*/
m_syscall_buf_size_preset = config.get_scalar<uint16_t>("syscall_buf_size_preset", 4);

m_cpus_for_each_syscall_buffer = config.get_scalar<uint16_t>("cpus_for_each_syscall_buffer", 1);
m_cpus_for_each_syscall_buffer = config.get_scalar<uint16_t>("modern_bpf.cpus_for_each_syscall_buffer", 1);

std::set<std::string> load_plugins;

0 comments on commit 8eb6fbf

Please sign in to comment.