]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pools: declare dummy pool functions to remove some ifdefs
authorWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 10:29:16 +0000 (12:29 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 19 Apr 2021 13:24:33 +0000 (15:24 +0200)
commit096b6cf58155d93ec5fd556d3c4b6911dbffed92
tree8a183c8c527d28e0f4961a8b0a63393f8d252914
parentb2a853d5f0b13990e0117e340a2b11b0b678464e
CLEANUP: pools: declare dummy pool functions to remove some ifdefs

By having a pair of dummy pool_get_from_cache() and pool_put_to_cache()
we can remove some ugly ifdefs, so let's do this. We've already done it
for the shared cache.
include/haproxy/pool.h