From c4ffab658f422e84259a0a9769f0003b33a013bd Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 7 May 2022 15:00:02 +0300 Subject: Netlib_OpenConnection - finally old stupid structure NETLIBOPENCONNECTION died and converted into a set of parameters + code cleaning --- protocols/JabberG/src/stdafx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols/JabberG/src/stdafx.h') diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index 8d56126b59..cf41737088 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -339,10 +339,10 @@ struct ThreadData ptrA szStreamId; char* buffer; + uint32_t lastWriteTime; // in ticks // network support HNETLIBCONN s; - HANDLE iomutex; // protects i/o operations CJabberProto *proto; // XEP-0138 (Compression support) @@ -367,7 +367,7 @@ struct ThreadData bool bIsReg; bool reg_done, bIsSessionAvailable; bool bBookmarksLoaded; - uint32_t dwLoginRqs; + uint32_t dwLoginRqs; // connection & login data JABBER_CONN_DATA conn; -- cgit v1.2.3