]> 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>
Sun, 26 May 2019 12:02:02 +0000 (14:02 +0200)
commit0b3276d5541e8a7f7eeccaa72820d0b5f312f8d0
tree276d7f2c7d3a09dbdf14c6e793d0ef068abdf53b
parent64b650951d1f9a9b2a058c4b7f3cbdafe410cc45
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