From 6461f17159c83bfaeba1ecbd124ab53551f3e22d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 12 Jan 2017 19:46:00 +0300 Subject: same thing, part 3 --- protocols/Steam/src/request_queue.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'protocols/Steam/src/request_queue.h') diff --git a/protocols/Steam/src/request_queue.h b/protocols/Steam/src/request_queue.h index 0cd8811536..6d14209fb8 100644 --- a/protocols/Steam/src/request_queue.h +++ b/protocols/Steam/src/request_queue.h @@ -32,9 +32,8 @@ struct RequestQueueItem class RequestQueue { -private: bool isTerminated; - HANDLE hConnection; + HNETLIBUSER hConnection; mir_cs requestQueueLock; LIST requests; HANDLE hRequestQueueEvent, hRequestQueueThread; @@ -45,7 +44,7 @@ private: static unsigned int __cdecl WorkerThread(void*); public: - RequestQueue(HANDLE hConnection); + RequestQueue(HNETLIBUSER hConnection); ~RequestQueue(); void Start(); -- cgit v1.2.3