--- linuxsampler/trunk/src/network/lscpserver.h 2005/06/19 15:18:59 666 +++ linuxsampler/trunk/src/network/lscpserver.h 2005/06/19 21:22:34 667 @@ -47,6 +47,7 @@ #include "../common/Condition.h" /// TCP Port on which the server should listen for connection requests. +#define LSCP_ADDR INADDR_ANY #define LSCP_PORT 8888 /// try up to 3 minutes to bind server socket @@ -63,7 +64,7 @@ */ class LSCPServer : public Thread { public: - LSCPServer(Sampler* pSampler); + LSCPServer(Sampler* pSampler, long int addr, short int port); virtual ~LSCPServer(); int WaitUntilInitialized(long TimeoutSeconds = 0L, long TimeoutNanoSeconds = 0L);