commit | bafbe010282fc4fc37aa307736387da80321c46c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri Nov 24 17:34:44 2017 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Fri Nov 24 17:49:53 2017 +0100 |
tree | f905de4aabfb5b32b8e39c5e0580d993a3a7db12 | |
parent | fbc74e855622dab93dd6b90072160f977a44c4d5 [diff] |
CLEANUP: pools: rename all pool functions and pointers to remove this "2" During the migration to the second version of the pools, the new functions and pool pointers were all called "pool_something2()" and "pool2_something". Now there's no more pool v1 code and it's a real pain to still have to deal with this. Let's clean this up now by removing the "2" everywhere, and by renaming the pool heads "pool_head_something".