mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-18 02:50:47 -04:00
Allow loading packets of large size from config files (fixed storing of big messages), and continue on config files skipping items that cannot be deserialised (Modified patch from Phenom)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7040 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
037abea5eb
commit
07239883c8
2 changed files with 53 additions and 52 deletions
|
@ -53,6 +53,8 @@ virtual int status();
|
|||
|
||||
std::string gethash();
|
||||
|
||||
bool bStopReading;
|
||||
|
||||
protected:
|
||||
|
||||
// Serialiser
|
||||
|
@ -105,6 +107,7 @@ private:
|
|||
|
||||
BinEncryptedFileInterface* enc_bio;
|
||||
|
||||
//bool bStopReading;
|
||||
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue