exein-io / pulsar

A modular and blazing fast runtime security tool for the IoT, powered by eBPF.
https://pulsar.sh
Other
888 stars 51 forks source link

chore(bpf-common): Ignore Clippy warning about unused `StopHandle` field #273

Closed vadorovsky closed 5 months ago

vadorovsky commented 5 months ago

The only purpose of StopHandle is the ability to drop the sender side of the channel explicitly when the daemon stops. Therefore, ignore the clippy warning about it being unused.