From 8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 25 Apr 2023 13:44:42 +0200 Subject: filter: remove logging part The logging will be handled different using op_log --- cooker/filter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cooker/filter.h') diff --git a/cooker/filter.h b/cooker/filter.h index 0a7d0e0..79c00cc 100644 --- a/cooker/filter.h +++ b/cooker/filter.h @@ -73,6 +73,6 @@ unsigned int right_child(unsigned int parent_index); unsigned int create_bfp_program(struct syscall_entry table[], struct sock_filter filter[], unsigned int n_syscall); -int convert_bpf(char *file, struct bpf_call *entries, int n, bool log); +int convert_bpf(char *file, struct bpf_call *entries, int n); #endif -- cgit v1.2.3