mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
gettimeofday
This commit is contained in:
parent
375cd25397
commit
69747ec316
1 changed files with 2 additions and 1 deletions
|
@ -47,7 +47,8 @@ namespace chronos
|
|||
|
||||
inline static void systemtimeofday(struct timeval *tv)
|
||||
{
|
||||
timeofday<std::chrono::system_clock>(tv);
|
||||
gettimeofday(tv, NULL);
|
||||
//timeofday<std::chrono::system_clock>(tv);
|
||||
}
|
||||
|
||||
inline static void addUs(timeval& tv, int us)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue