mirror of
https://github.com/badaix/snapcast.git
synced 2025-07-19 09:27:38 +02:00
buffers
git-svn-id: svn://elaine/murooma/trunk@182 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
d3c79f93f0
commit
3e6a1e5b07
6 changed files with 22 additions and 20 deletions
|
@ -46,9 +46,9 @@ void player()
|
|||
cout << "connect\n";
|
||||
tcp::socket s(io_service);
|
||||
s.connect(*iterator);
|
||||
void* wireChunk = (void*)malloc(sizeof(WireChunk));
|
||||
while (true)
|
||||
{
|
||||
void* wireChunk = (void*)malloc(sizeof(WireChunk));
|
||||
size_t toRead = sizeof(WireChunk);
|
||||
size_t len = 0;
|
||||
do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue