dropbox / goebpf

Library to work with eBPF programs from Go
Other
1.14k stars 85 forks source link

Make start/stop not race if called in quick succession #80

Open bogdanvbalan opened 1 year ago

bogdanvbalan commented 1 year ago

Rearrange Start sequence so initialization is applied before it returns. Add a started flag so Stop can be idempotent.

Addresses #79

ravenblackx commented 1 year ago

@bogdanvbalan can we get you to e-sign https://cla-assistant.io/dropbox/goebpf so we can merge this in?

fuhry commented 7 months ago

Hi @bogdanvbalan, just following up if you still wanted us to merge this - we just need the CLA signed and then we're good to go. Thank you!