mirror of
https://github.com/OISF/suricata.git
synced 2026-06-10 01:10:57 -04:00
At some point, bindgen include ordering changed such that AppLayerGetFileState was being bindgen'd as opaque, as the definition of StreamBufferingConfig was not available when bindgen hit AppLayerGetFileState, and bindgen processes in order. Move the util includes before the app-layer includes to fix the ordering problem, but still keep util includes grouped. The sys diff is large as many things have been re-ordered. |
||
|---|---|---|
| .. | ||
| .cargo | ||
| derive | ||
| ffi | ||
| htp | ||
| src | ||
| suricatactl | ||
| suricatasc | ||
| sys | ||
| .gitignore | ||
| Cargo.lock.in | ||
| Cargo.toml.in | ||
| cbindgen.toml | ||
| Makefile.am | ||
| rustfmt.toml | ||