summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2023-07-13 21:01:07 +0300
committerGeorge Hazan <george.hazan@gmail.com>2023-07-13 21:01:07 +0300
commitc1e60721e900cb28c4e39d106e65549d3579ccfc (patch)
treee0fe839e90ee8ef245d2b302ad410d5c380e7957 /protocols/Telegram/src/proto.h
parentfa9cafb23a93496a4e67db2832f231b2f0f585b0 (diff)
standard offline file download finalization
Diffstat (limited to 'protocols/Telegram/src/proto.h')
-rw-r--r--protocols/Telegram/src/proto.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/protocols/Telegram/src/proto.h b/protocols/Telegram/src/proto.h
index 331a7b9d82..e83ed8ae6d 100644
--- a/protocols/Telegram/src/proto.h
+++ b/protocols/Telegram/src/proto.h
@@ -74,12 +74,11 @@ struct TG_FILE_REQUEST : public MZeroedObject
void AutoDetectType();
Type m_type;
- bool m_bOpen = false;
- MEVENT m_hEvent = 0;
MCONTACT m_hContact = 0;
TD::int53 m_fileId, m_fileSize = 0;
CMStringA m_uniqueId;
CMStringW m_destPath, m_fileName, m_wszDescr;
+ OFDTHREAD *ofd;
};
struct TG_USER : public MZeroedObject