X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fthread.h;h=e5a198c88e764902d74ff6f509c4ef4075cefbb5;hp=e576a5c4e379017fc9283fbed4e01c7e629c3fef;hb=339e1b49f619ceffa75019e196adf4de74b32cce;hpb=fecefbb99cb0147f37d6895765a315f34c935786 diff --git a/src/thread.h b/src/thread.h index e576a5c4..e5a198c8 100644 --- a/src/thread.h +++ b/src/thread.h @@ -105,6 +105,7 @@ public: Thread& operator[](int threadID) { return threads[threadID]; } void init_threads(); void exit_threads(); + void init_hash_tables(); int min_split_depth() const { return minimumSplitDepth; } int active_threads() const { return activeThreads; }