commit | 7750850594ed619eaa2f1b7cca47faa597aeb801 | [log] [tgz] |
---|---|---|
author | Tim Duesterhus <tim@bastelstu.be> | Tue Mar 15 13:11:06 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Mar 21 08:30:47 2022 +0100 |
tree | 9370181111f0b58453cd4a230f596e2671fada61 | |
parent | 99f47377c86987da550ac1ea393eda72fdc7acd8 [diff] |
CLEANUP: Reapply ist.cocci with `--include-headers-for-types --recursive-includes` Previous uses of `ist.cocci` did not add `--include-headers-for-types` and `--recursive-includes` preventing Coccinelle seeing `struct ist` members of other structs. Reapply the patch with proper flags to further clean up the use of the ist API. The command used was: spatch -sp_file dev/coccinelle/ist.cocci -in_place --include-headers --include-headers-for-types --recursive-includes --dir src/