]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: listener: move the receiver part to a new file
authorWilly Tarreau <w@1wt.eu>
Tue, 1 Sep 2020 08:37:19 +0000 (10:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 16 Sep 2020 20:08:07 +0000 (22:08 +0200)
commitd45693d85c10557969014e1d4af1122ed95d32be
treed6b20e224358f7c3faacd9236f14ce014f6ec29e
parent4dfabfed134a79d67c9810387c0bd1a6ea04d344
REORG: listener: move the receiver part to a new file

We'll soon add flags for the receivers, better add them to the final
file, so it's time to move the definition to receiver-t.h. The struct
receiver and rx_settings were placed there.
include/haproxy/listener-t.h
include/haproxy/receiver-t.h [new file with mode: 0644]