mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-13 03:22:34 -04:00
add persistence to download queue
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@1510 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
a808ab9173
commit
339fcd53ed
6 changed files with 331 additions and 36 deletions
|
@ -523,6 +523,12 @@ bool ftController::activate()
|
|||
return true;
|
||||
}
|
||||
|
||||
bool ftController::isActiveAndNoPending()
|
||||
{
|
||||
RsStackMutex stack(ctrlMutex); /******* LOCKED ********/
|
||||
return (mFtActive && mFtPendingDone);
|
||||
}
|
||||
|
||||
bool ftController::handleAPendingRequest()
|
||||
{
|
||||
ftPendingRequest req;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue