summaryrefslogtreecommitdiff
path: root/server/connectionIGMP.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/connectionIGMP.h')
-rw-r--r--server/connectionIGMP.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/connectionIGMP.h b/server/connectionIGMP.h
index 90abd58..facda65 100644
--- a/server/connectionIGMP.h
+++ b/server/connectionIGMP.h
@@ -20,12 +20,14 @@ private:
cStreamdevLiveStreamer *m_LiveStreamer;
int m_ClientPort;
eStreamType m_StreamType;
+ cChannel *m_Channel;
public:
cConnectionIGMP(const char* Name, int ClientPort, eStreamType StreamType);
virtual ~cConnectionIGMP();
- bool Start(cChannel *Channel, in_addr_t Dst);
+ bool SetChannel(cChannel *Channel, in_addr_t Dst);
+ virtual void Welcome(void);
void Stop();
/* Not used here */