mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-19 10:39:53 -05:00
fixed hashing thread
This commit is contained in:
parent
d86b89b15a
commit
463f21c85c
6 changed files with 92 additions and 40 deletions
|
|
@ -23,7 +23,7 @@ class DirectoryUpdater
|
|||
class LocalDirectoryUpdater: public DirectoryUpdater, public HashStorageClient
|
||||
{
|
||||
public:
|
||||
LocalDirectoryUpdater(HashStorage *hash_cache) ;
|
||||
LocalDirectoryUpdater(HashStorage *hash_cache,LocalDirectoryStorage *lds) ;
|
||||
virtual ~LocalDirectoryUpdater() {}
|
||||
|
||||
virtual void tick() ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue