ebpf: Change `static mut` to `static` in map declaration
Maps are using UnsafeCell for interior mutability, therefore `static mut` is not needed anymore. Signed-off-by: Michal Rostecki <vadorovsky@gmail.com>pull/59/head
parent
12c43b56bf
commit
0c4b89b497
Loading…
Reference in New Issue