CLEANUP: connections: rename the toremove_lock to takeover_lock
authorOlivier Houchard <cognet@ci0.org>
Mon, 29 Jun 2020 18:15:59 +0000 (20:15 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 1 Jul 2020 15:09:10 +0000 (17:09 +0200)
commitf8f4c2ef6039a7607e82df9c6d5e5916ff694173
tree383e9487e23dcf560d2825ba5b91c2d7f54e2198
parentbbee1f7e78a5abe5676acb6c33f71e1f3f651119
CLEANUP: connections: rename the toremove_lock to takeover_lock

This lock was misnamed and a bit confusing. It's only used for takeover
so let's call it takeover_lock.
include/haproxy/connection-t.h
include/haproxy/connection.h
src/backend.c
src/cfgparse.c
src/mux_fcgi.c
src/mux_h1.c
src/mux_h2.c
src/server.c