From 49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962 Mon Sep 17 00:00:00 2001 From: Yonit Halperin Date: Tue, 20 Oct 2009 11:18:56 +0200 Subject: spice client: Transfer all channels run loop from EventsLoop class to ProcessLoop class --- client/red_channel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'client/red_channel.cpp') diff --git a/client/red_channel.cpp b/client/red_channel.cpp index a82d9f77..cfd47057 100644 --- a/client/red_channel.cpp +++ b/client/red_channel.cpp @@ -254,6 +254,7 @@ RedChannel::RedChannel(RedClient& client, uint8_t type, uint8_t id, , _incomming_message (NULL) , _message_ack_count (0) , _message_ack_window (0) + , _loop (this) , _send_trigger (*this) , _disconnect_stamp (0) , _disconnect_reason (RED_ERR_OK) -- cgit