Merge commit '299707d2c2cbf1694bb21ed4a375b54ef35d719e' into cluster

This commit is contained in:
Steinar H. Gunderson
2025-12-23 16:21:07 +01:00
17 changed files with 349 additions and 159 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ class ThreadPool {
StateListPtr setupStates;
std::vector<Thread*> threads;
uint64_t accumulate(std::atomic<uint64_t> Search::Worker::*member) const {
uint64_t accumulate(std::atomic<uint64_t> Search::Worker::* member) const {
uint64_t sum = 0;
for (Thread* th : threads)