AirVantage / sbulb

UDP load balancer prototype using bcc (XDP/Bpf)
36 stars 9 forks source link

Remove CTXTYPE and allow compiler warnings #1

Closed oliwer closed 5 years ago

sbernard31 commented 5 years ago

Integrated in master without -D__BPF_TRACING__ for now. (commit 76c4c81ee1d) It seems I'm not affected by this, let's see if other people face this later.

(This option could be useful to avoid this kind of warning : https://stackoverflow.com/questions/57150315/exception-failed-to-attach-bpf-to-kprobe-when-executing-sudo-opensnoop-bpfcc)