]> git.ipfire.org Git - thirdparty/ccache.git/commit
Improve solution to #405
authorJoel Rosdahl <joel@rosdahl.net>
Sun, 26 May 2019 12:02:02 +0000 (14:02 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Thu, 18 Jul 2019 20:05:49 +0000 (22:05 +0200)
commitbba034a64c3836d20a2dfdfaadceb17ca630bb79
tree373b6499ae1961725f20c24f4bfd24775d2be854
parent0b7b2ea715d8ec1af23d9fea3b53b593fed610ab
Improve solution to #405

Instead of changing the global stats_file value temporarily in
update_manifest, pass which file to update explicitly to
stats_update_size.
src/ccache.c
src/ccache.h
src/counters.c
src/stats.c