commit | 606135ac88ae03fa8389ff55673b5574d3519c07 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon Jun 01 12:35:03 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Jun 11 10:18:56 2020 +0200 |
tree | 700c1a5cd47dc8464bc70d69032d1d5b40c18830 | |
parent | 6634794992ee62411c3241cfc3a00ee6f6ed6aff [diff] |
CLEANUP: pool: include freq_ctr.h and remove locally duplicated functions In memory.h we had to reimplement the swrate* functions just because of a broken circular dependency around freq_ctr.h. Now that this one is solved, let's get rid of this copy and use the original ones instead.