diff options
author | Piotr Piastucki <leech.miranda@gmail.com> | 2015-09-26 12:42:01 +0000 |
---|---|---|
committer | Piotr Piastucki <leech.miranda@gmail.com> | 2015-09-26 12:42:01 +0000 |
commit | 6ea19ec892b3b1f89ff8fc23e002839cf3bc66d3 (patch) | |
tree | 27808e6f65c082dfb1c814eb87b93cfc0b13ee75 /protocols/MSN/src/msn_proto.h | |
parent | 526422ad0d6a038125013ae7e41c7baa8d6fbfd4 (diff) |
MSN: Fixed ping so that registration hopefully doesn't timeout anymore
git-svn-id: http://svn.miranda-ng.org/main/trunk@15448 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/src/msn_proto.h')
-rw-r--r-- | protocols/MSN/src/msn_proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/MSN/src/msn_proto.h b/protocols/MSN/src/msn_proto.h index f5a4fa8358..d5dc0d0152 100644 --- a/protocols/MSN/src/msn_proto.h +++ b/protocols/MSN/src/msn_proto.h @@ -151,6 +151,7 @@ struct CMsnProto : public PROTO<CMsnProto> LONG m_chatID;
int msnPingTimeout;
+ unsigned __int64 lastMsgId;
HANDLE hKeepAliveThreadEvt;
char* msnModeMsgs[MSN_NUM_MODES];
|