commit | d56377c5eb780761afdfac2284487ffb3cc49d61 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 17 16:31:36 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 38b08bafddc051343638a8b708e3de2cf617c4e2 | |
parent | 70deec767a134ca0c6440a365510d8cf557a82a7 [diff] |
CLEANUP: conn_stream: apply endp_flags.cocci tree-wide This changes all main uses of endp->flags to the se_fl_*() equivalent by applying coccinelle script endp_flags.cocci. The se_fl_*() functions themselves were manually excluded from the change, of course. Note: 144 locations were touched, manually reviewed and found to be OK. The script was applied with all includes: spatch --in-place --recursive-includes -I include --sp-file $script $files