]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: connection: rename conn->mux_ctx to conn->ctx
authorWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 13:12:10 +0000 (14:12 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 19 Dec 2018 13:13:07 +0000 (14:13 +0100)
commit3d2ee55ebd0d3fc1bfab11735f41206d8f023ab0
tree71a4db546f48a0553a3b7aa5c7964b163b979789
parent4f6516d677a6a454106e8313f8a8253e805924c4
CLEANUP: connection: rename conn->mux_ctx to conn->ctx

We most often store the mux context there but it can also be something
else while setting up the connection. Better call it "ctx" and know
that it's the owner's context than misleadingly call it mux_ctx and
get caught doing suspicious tricks.
include/proto/connection.h
include/types/connection.h
src/backend.c
src/cli.c
src/mux_h1.c
src/mux_h2.c
src/mux_pt.c