mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-04 13:31:35 +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.