From 6c0e8d4f20c3a0dc97176072602ce2d719916a6f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 13 Oct 2013 09:39:44 +0000 Subject: also to control the duplicate polling thread creation git-svn-id: http://svn.miranda-ng.org/main/trunk@6483 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/VKontakte/src/vk_proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/VKontakte/src/vk_proto.h') 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 m_sendIds; -- cgit v1.2.3