commit | ea59b0201cd1690d2a1b114f2bdbf94af55c1d84 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue May 17 17:53:22 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 27 19:33:34 2022 +0200 |
tree | d775f58b33cb0bb1860c1756cd07c699e2c87b08 | |
parent | 65d0597b2ba2e96045d22b69aafce09f7bfea8c4 [diff] |
CLEANUP: conn_stream: rename cs_endpoint to sedesc (stream endpoint descriptor) After some discussion we found that the cs_endpoint was precisely the descriptor for a stream endpoint, hence the naturally coming name, stream endpoint constructor. This patch renames only the type everywhere and the new/init/free functions to remain consistent with it. Future patches will address field names and argument names in various code areas.