aurae-runtime / aurae

Distributed systems runtime daemon written in Rust.
https://aurae.io
Apache License 2.0
1.84k stars 90 forks source link

Make ebpf-shared::Signal pid field a `u32` #415

Closed izissise closed 1 year ago

izissise commented 1 year ago

It is explicitly a u32 in /ebpf and u32 makes more sense for PIDs

izissise commented 1 year ago

Arf, maybe it should be a uint32 in the protobuf?