]> git.ipfire.org Git - thirdparty/zstd.git/commit
refactor timefn
authorYann Collet <cyan@fb.com>
Fri, 13 Jan 2023 03:00:27 +0000 (19:00 -0800)
committerYann Collet <cyan@fb.com>
Fri, 13 Jan 2023 03:24:31 +0000 (19:24 -0800)
commitbcfb7ad03c47d3018eeaec2c68be9d37dc114151
treeb0330944255a055c94ef6aa768ef3bdbc03c3198
parent5b266196a41e6a15e21bd4f0eeab43b938db1d90
refactor timefn

The timer storage type is no longer dependent on OS.
This will make it possible to re-enable posix precise timers
since the timer storage type will no longer be sensible to #include order.
See #3168 for details of pbs of previous interface.

Suggestion by @terrelln
programs/benchzstd.c
programs/dibio.c
programs/fileio_common.h
programs/timefn.c
programs/timefn.h
tests/decodecorpus.c
tests/external_matchfinder.h
tests/fuzzer.c