REORG: listener: move the global listener queue code to listener.c
authorWilly Tarreau <w@1wt.eu>
Tue, 10 Dec 2019 10:18:41 +0000 (11:18 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 10 Dec 2019 13:16:03 +0000 (14:16 +0100)
commita1d97f88e009624c95c32951430cda3f59be95e9
tree168130e6df10bb102d7313bed49d4cf5dc871ba0
parent241797a3fce68dd5a9dbd31d702cbf7feab03ba1
REORG: listener: move the global listener queue code to listener.c

The global listener queue code and declarations were still lying in
haproxy.c while not needed there anymore at all. This complicates
the code for no reason. As a result, the global_listener_queue_task
and the global_listener_queue were made static.
include/types/global.h
src/haproxy.c
src/listener.c