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
This commit is contained in:
@@ -32,4 +32,4 @@ size_t zstreamExternalMatchFinder(
|
||||
size_t windowSize
|
||||
);
|
||||
|
||||
#endif // EXTERNAL_MATCHFINDER
|
||||
#endif /* EXTERNAL_MATCHFINDER */
|
||||
|
||||
Reference in New Issue
Block a user