fixed hashing thread

This commit is contained in:
mr-alice 2016-07-28 00:48:28 +02:00
parent d86b89b15a
commit 463f21c85c
6 changed files with 92 additions and 40 deletions

View file

@ -77,5 +77,6 @@ private:
// thread/mutex stuff
RsMutex mHashMtx ;
bool mRunning;
};