mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2026-05-01 03:01:00 +02:00
In order to start to split the listeners into the listener part and the event receiver part, we introduce a new field "rx" into struct listener that will eventually become a separate struct receiver. This patch only adds the struct with an options field that the receivers will need.