Closed amorenoz closed 1 year ago
Currently we have to workaround the fact that libbpf-rs does not mark certain objects (e.g: Map or RingBuf) as Send. We should:
libbpf-rs
Map
RingBuf
Send
Done for RingBuffer in #107.
RingBuffer
This won't probably be possible for Map and more investigation is required to do this properly. Postpone this as it's not super high priority.
This will be completed in #216.
Currently we have to workaround the fact that
libbpf-rs
does not mark certain objects (e.g:Map
orRingBuf
) asSend
. We should:libbpf-rs
to add it