mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-30 21:25:06 +00:00
refactor(userspace/falco): drop inspector dependency on print_ignored_events action
Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
parent
97e3209222
commit
bd26bc09c2
@ -20,7 +20,8 @@ using namespace falco::app;
|
||||
|
||||
void application::print_all_ignored_events()
|
||||
{
|
||||
sinsp_evttables* einfo = m_state->inspector->get_event_info_tables();
|
||||
std::unique_ptr<sinsp> inspector(new sinsp());
|
||||
sinsp_evttables* einfo = inspector->get_event_info_tables();
|
||||
const struct ppm_event_info* etable = einfo->m_event_info;
|
||||
const struct ppm_syscall_desc* stable = einfo->m_syscall_info_table;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user