aboutgitcodelistschat:MatrixIRC
path: root/cooker/filter.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-04-25 13:44:42 +0200
committerAlice Frosi <afrosi@redhat.com>2023-04-25 13:44:42 +0200
commit8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9 (patch)
tree1cca7cd0773baac470a892d3320fe3d68126e418 /cooker/filter.h
parent17a61e200f40ff3390d78645f3bdda62a09042ce (diff)
downloadseitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.tar
seitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.tar.gz
seitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.tar.bz2
seitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.tar.lz
seitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.tar.xz
seitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.tar.zst
seitan-8a7cca879d34e850c80fdf7c41c82ae3cd54e1a9.zip
filter: remove logging part
The logging will be handled different using op_log
Diffstat (limited to 'cooker/filter.h')
-rw-r--r--cooker/filter.h2
1 files changed, 1 insertions, 1 deletions
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