mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-21 04:56:13 +02:00
socket stuff
git-svn-id: svn://elaine/murooma/trunk@276 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
d215580afe
commit
95964aa7b0
7 changed files with 202 additions and 301 deletions
|
@ -19,7 +19,7 @@ Controller::Controller() : MessageReceiver(), active_(false), sampleFormat(NULL)
|
|||
}
|
||||
|
||||
|
||||
void Controller::onMessageReceived(SocketConnection* connection, const BaseMessage& baseMessage, char* buffer)
|
||||
void Controller::onMessageReceived(ClientConnection* connection, const BaseMessage& baseMessage, char* buffer)
|
||||
{
|
||||
if (baseMessage.type == message_type::payload)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue