added dynamic addign of direct sources from file lists. Useful for channels. Is called once every 61 seconds.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5850 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2012-11-19 22:45:37 +00:00
parent 93501bdc12
commit b2e97407b5
3 changed files with 43 additions and 23 deletions

View file

@ -192,6 +192,7 @@ class ftController: public CacheTransfer, public RsThread, public pqiMonitor, pu
virtual bool CancelCacheFile(RsPeerId id, std::string path, std::string hash, uint64_t size);
void cleanCacheDownloads() ;
void searchForDirectSources() ;
void tickTransfers() ;
/***************************************************************/