commit | 74568cf023050ae9ec3b34c2ad08a2ed11b66a6a | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 27 09:03:30 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:35 2022 +0200 |
tree | d98558e819a0033c55bddd6c0cc69fa8373b4e89 | |
parent | f61dd19284b4a2a588b639f51afd833a88e335e8 [diff] |
CLEANUP: stconn: rename final state manipulation functions from cs_* to sc_* This applies the following renaming. It's a bit large but pretty mechanical: cs_state -> sc_state (enum) cs_alloc_ibuf() -> sc_alloc_ibuf() cs_is_conn_error() -> sc_is_conn_error() cs_opposite() -> sc_opposite() cs_report_error() -> sc_report_error() cs_set_state() -> sc_set_state() cs_state_bit() -> sc_state_bit() cs_state_in() -> sc_state_in() cs_state_str() -> sc_state_str()