mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-08 05:53:30 +02:00
Just like previous patch, we want to retrieve the location of the caller. For this we turn create_pool() into a macro that collects __FILE__ and __LINE__ and passes them to the now renamed function create_pool_with_loc(). Now the remaining ~30 pools also have their location stored.