MINOR: proxy: replace the pendconns-related stuff with a struct queue
authorWilly Tarreau <w@1wt.eu>
Fri, 18 Jun 2021 07:22:21 +0000 (09:22 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 22 Jun 2021 16:43:14 +0000 (18:43 +0200)
commit7f3c1df248af20eeb70a93a5df39665ae3df62dc
treeeef8fbb264de6c3d560008de41df300034cce752
parenteea3817a47586eb27340f37bd77be155c679f7a0
MINOR: proxy: replace the pendconns-related stuff with a struct queue

All three elements (pendconns, nbpend, queue_idx) were moved to struct
queue.
include/haproxy/proxy-t.h
include/haproxy/queue.h
src/backend.c
src/check.c
src/flt_spoe.c
src/haproxy.c
src/proxy.c
src/queue.c
src/stats.c