CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections()
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Feb 2021 23:30:22 +0000 (00:30 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 25 Feb 2021 23:30:22 +0000 (00:30 +0100)
commitd8aa21a611435446dcd2e498b77db0af7b87799e
tree82b43d3562075e84af8aa7d8814b5c28566d3ea5
parent9205ab31d2383f33612e27d8ce74ab62a27695fc
CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections()

These function names are unbearably long, they don't even fit into the
screen in "show profiling", let's trim the "_connections" to "_conns",
which happens to match the name of the lists there.
include/haproxy/server.h
src/cfgparse.c
src/server.c