From 9e355e1a740d9462b4075515e4860a98574d46d1 Mon Sep 17 00:00:00 2001 From: Leonardo Di Donato Date: Tue, 5 Nov 2019 15:30:03 +0000 Subject: [PATCH] fix(userspace/falco): typo for consumer related methods Signed-off-by: Leonardo Di Donato --- userspace/falco/falco.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/userspace/falco/falco.cpp b/userspace/falco/falco.cpp index a5772918..79ac4754 100644 --- a/userspace/falco/falco.cpp +++ b/userspace/falco/falco.cpp @@ -312,7 +312,7 @@ uint64_t do_inspect(falco_engine *engine, break; } - if(!ev->simple_comsumer_consider() && !all_events) + if(!ev->simple_consumer_consider() && !all_events) { continue; } @@ -343,7 +343,7 @@ static void print_all_ignored_events(sinsp *inspector) std::set ignored_event_names; for(uint32_t j = 0; j < PPM_EVENT_MAX; j++) { - if(!sinsp::simple_comsumer_consider_evtnum(j)) + if(!sinsp::simple_consumer_consider_evtnum(j)) { std::string name = etable[j].name; // Ignore event names NA* @@ -356,7 +356,7 @@ static void print_all_ignored_events(sinsp *inspector) for(uint32_t j = 0; j < PPM_SC_MAX; j++) { - if(!sinsp::simple_comsumer_consider_syscallid(j)) + if(!sinsp::simple_consumer_consider_syscallid(j)) { std::string name = stable[j].name; // Ignore event names NA*