commit | 0e2a5b4b61fa91b67e67631b8ae75295f22d0bee | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jan 24 15:51:50 2022 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jan 24 16:40:48 2022 +0100 |
tree | b7d0721f31f2ce27386e3495ced34271a4b08647 | |
parent | 7fa092b727f45b2cb0975c36e9c1c61732f47db7 [diff] |
MINOR: pools: extend pool_cache API to pass a pointer to a caller This adds a caller to pool_put_to_cache() and pool_get_from_cache() which will optionally be used to pass a pointer to their callers. For now it's not used, only the API is extended to support this pointer.