mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-23 19:38:31 +02:00
stream class
git-svn-id: svn://elaine/murooma/trunk@67 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
3141591be3
commit
5c4412562a
4 changed files with 198 additions and 110 deletions
|
@ -58,6 +58,7 @@ int main () {
|
|||
|
||||
chunk->tv_sec = ts.tv_sec;
|
||||
chunk->tv_usec = ts.tv_usec;
|
||||
chunk->idx = 0;
|
||||
zmq::message_t message(sizeof(Chunk));
|
||||
memcpy(message.data(), chunk, sizeof(Chunk));
|
||||
// snprintf ((char *) message.data(), size, "%05d %d", zipcode, c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue