diff options
author | Yonit Halperin <yhalperi@redhat.com> | 2009-10-20 11:18:56 +0200 |
---|---|---|
committer | Yaniv Kamay <ykamay@redhat.com> | 2009-11-09 17:30:49 +0200 |
commit | 49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962 (patch) | |
tree | eee0f14f61e2c7209576570de63e1927461b516c /client/red_channel.cpp | |
parent | 8d5b738ba169c44d223ab6d99ec12e763ce5bc8e (diff) | |
download | spice-49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962.tar.gz spice-49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962.tar.xz spice-49f5e5973c5be6ba23f1dbe9c4ef5ab08017e962.zip |
spice client: Transfer all channels run loop from EventsLoop class to ProcessLoop class
Diffstat (limited to 'client/red_channel.cpp')
-rw-r--r-- | client/red_channel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) |