mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-05 06:25:24 +00:00
Fix time measurement issud
This commit is contained in:
parent
ae532156c5
commit
657ef07b56
2 changed files with 7 additions and 12 deletions
|
|
@ -39,7 +39,7 @@ private:
|
|||
LARGE_INTEGER m_frequency;
|
||||
LARGE_INTEGER m_start;
|
||||
#else
|
||||
struct timeval m_start;
|
||||
struct timespec m_start;
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue