mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-02 07:37:00 -04:00
The POOL_LINK macro is now only used for debugging, and it still requires ifdefs around, which needlessly complicates the code. Let's replace it and the calling code with a new pair of macros: POOL_DEBUG_SET_MARK() and POOL_DEBUG_CHECK_MARK(), that respectively store and check the pool pointer in the extra location at the end of the pool. This removes 4 pairs of ifdefs in the middle of the code. |
||
|---|---|---|
| .. | ||
| haproxy | ||
| import | ||