mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-03 16:48:52 +02:00
xxx
git-svn-id: svn://elaine/murooma/trunk@70 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
071405049e
commit
858e49a3ed
4 changed files with 117 additions and 61 deletions
4
chunk.h
4
chunk.h
|
@ -16,6 +16,10 @@
|
|||
template <size_t T>
|
||||
struct ChunkT
|
||||
{
|
||||
// ChunkT()
|
||||
// {
|
||||
// memset(&payload[0], 0, T);
|
||||
// }
|
||||
int32_t tv_sec;
|
||||
int32_t tv_usec;
|
||||
int32_t idx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue