]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: rename all pool functions and pointers to remove this "2"
authorWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 16:34:44 +0000 (17:34 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 24 Nov 2017 16:49:53 +0000 (17:49 +0100)
commitbafbe010282fc4fc37aa307736387da80321c46c
treef905de4aabfb5b32b8e39c5e0580d993a3a7db12
parentfbc74e855622dab93dd6b90072160f977a44c4d5
CLEANUP: pools: rename all pool functions and pointers to remove this "2"

During the migration to the second version of the pools, the new
functions and pool pointers were all called "pool_something2()" and
"pool2_something". Now there's no more pool v1 code and it's a real
pain to still have to deal with this. Let's clean this up now by
removing the "2" everywhere, and by renaming the pool heads
"pool_head_something".
47 files changed:
doc/management.txt
include/common/buffer.h
include/common/chunk.h
include/common/memory.h
include/proto/applet.h
include/proto/connection.h
include/proto/filters.h
include/proto/hdr_idx.h
include/proto/log.h
include/proto/queue.h
include/proto/session.h
include/proto/signal.h
include/proto/stream.h
include/proto/task.h
include/types/capture.h
include/types/proto_http.h
src/buffer.c
src/cache.c
src/cfgparse.c
src/checks.c
src/chunk.c
src/compression.c
src/connection.c
src/dns.c
src/filters.c
src/flt_http_comp.c
src/flt_spoe.c
src/frontend.c
src/haproxy.c
src/hdr_idx.c
src/hlua.c
src/log.c
src/memory.c
src/mux_h2.c
src/peers.c
src/pipe.c
src/proto_http.c
src/proxy.c
src/queue.c
src/session.c
src/signal.c
src/ssl_sock.c
src/stick_table.c
src/stream.c
src/task.c
src/tcp_rules.c
src/vars.c