anakryiko / retsnoop

Investigate kernel error call stacks
BSD 2-Clause "Simplified" License
186 stars 32 forks source link

retsnoop: sidecar accepts verbs in requests #4

Closed ThinkerYzu1 closed 2 years ago

ThinkerYzu1 commented 2 years ago

The sidecar is going to provide various features. To support that, every request have to be prefixed with a verb to designate what function it requests.

This change is on the top of PR3.