commit | 6001c9217cac5f065261cf818b835f772fcc39e7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 24 09:08:33 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | 5fa80aac9d318a30d19fbea3919cd22ac8e4f888 | |
parent | 967955b156cc8423ac5f52282eead9ca94a0f856 [diff] |
CLEANUP: stconn: make a few functions take a const argument A number of functions in cs_utils.h are not usable from functions taking a const because they're not declared as using const, despite never modifying the stconn. Let's address this for the following ones: sc_ic(), sc_oc(), sc_ib(), sc_ob(), sc_strm_task(), cs_opposite(), sc_conn_ready(), cs_src(), cs_dst(),