mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 08:39:49 +02:00
wireChunk
git-svn-id: svn://elaine/murooma/trunk@134 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
042000c8cc
commit
b8cc8e8a67
7 changed files with 75 additions and 38 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <sys/time.h>
|
||||
#include <chrono>
|
||||
|
||||
|
||||
/*
|
||||
typedef std::chrono::time_point<std::chrono::high_resolution_clock, std::chrono::milliseconds> time_point_ms;
|
||||
|
||||
|
||||
|
@ -44,7 +44,7 @@ inline static long getAge(const time_point_ms& time_point)
|
|||
{
|
||||
return getAge<std::chrono::milliseconds>(time_point).count();
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
|
||||
static void addMs(timeval& tv, int ms)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue