elastic / ebpf

Elastic's eBPF
Other
67 stars 11 forks source link

TcFilter Improved compiler directives to correctly compile the Kernel target #23

Closed fntlnz closed 3 years ago

fntlnz commented 3 years ago

This is a follow up to my previous PR #21 that had some issues compiling in certain environments, like

 error: ‘__aligned_u64’ does not name a type
   __aligned_u64 key;
   ^~~~~~~~~~~~~
fntlnz commented 3 years ago

Thanks for the review @nicholasberlin @stanek-michal @nfritts !