]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: pool: include freq_ctr.h and remove locally duplicated functions
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2020 10:35:03 +0000 (12:35 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:56 +0000 (10:18 +0200)
commit606135ac88ae03fa8389ff55673b5574d3519c07
tree700c1a5cd47dc8464bc70d69032d1d5b40c18830
parent6634794992ee62411c3241cfc3a00ee6f6ed6aff
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.
include/common/memory.h
src/memory.c