mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-28 08:54:13 -04:00
added display of checking stage in GUI (at end of transfer). Gave names to the states in ftTransferModule. Added a flag for ForceCheck files (not functional yet)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@3274 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
36a9159884
commit
fbd8a33db0
7 changed files with 119 additions and 49 deletions
|
@ -51,6 +51,8 @@ const uint32_t PQIPEER_DOWNLOADING = 0x0002;
|
|||
const uint32_t PQIPEER_IDLE = 0x0004;
|
||||
const uint32_t PQIPEER_SUSPEND = 0x0010;
|
||||
|
||||
class HashThread ;
|
||||
|
||||
class peerInfo
|
||||
{
|
||||
public:
|
||||
|
@ -190,6 +192,8 @@ private:
|
|||
CRC32Map _crc32map ;
|
||||
|
||||
ftFileStatus mFileStatus; //used for pause/resume file transfer
|
||||
|
||||
HashThread *_hash_thread ;
|
||||
};
|
||||
|
||||
#endif //FT_TRANSFER_MODULE_HEADER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue