diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-13 09:39:44 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-13 09:39:44 +0000 |
commit | 6c0e8d4f20c3a0dc97176072602ce2d719916a6f (patch) | |
tree | 32305bc59c807a5ab579dd24a6185b393a64dee5 /protocols/VKontakte/src/vk_proto.h | |
parent | 31a3836b01d7b7f0991f32bb3269310055a61012 (diff) |
also to control the duplicate polling thread creation
git-svn-id: http://svn.miranda-ng.org/main/trunk@6483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/vk_proto.h')
-rw-r--r-- | protocols/VKontakte/src/vk_proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/VKontakte/src/vk_proto.h b/protocols/VKontakte/src/vk_proto.h index 5ce0b55980..fe499ee558 100644 --- a/protocols/VKontakte/src/vk_proto.h +++ b/protocols/VKontakte/src/vk_proto.h @@ -165,7 +165,7 @@ private: UINT_PTR m_timer;
ptrA m_pollingServer, m_pollingKey, m_pollingTs;
- HANDLE m_pollingConn;
+ HANDLE m_pollingConn, m_hPollingThread;
ULONG m_msgId;
LIST<void> m_sendIds;
|