mirror of
https://github.com/badaix/snapcast.git
synced 2025-05-31 09:56:16 +02:00
renamed recevier to serverConnection
git-svn-id: svn://elaine/murooma/trunk@235 d8a302eb-03bc-478d-80e4-98257eca68ef
This commit is contained in:
parent
670f8e44ca
commit
18f3c5178f
4 changed files with 50 additions and 30 deletions
|
@ -14,7 +14,7 @@
|
|||
#include "common/log.h"
|
||||
#include "stream.h"
|
||||
#include "player.h"
|
||||
#include "receiver.h"
|
||||
#include "serverConnection.h"
|
||||
|
||||
|
||||
|
||||
|
@ -65,8 +65,8 @@ int main (int argc, char *argv[])
|
|||
|
||||
Player player(stream);
|
||||
player.start();
|
||||
Receiver receiver(stream);
|
||||
receiver.start(ip, port);
|
||||
ServerConnection serverConnection(stream);
|
||||
serverConnection.start(&serverConnection, ip, port);
|
||||
|
||||
while(true)
|
||||
usleep(1000);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue