diff options
Diffstat (limited to 'src/thread_pool.cpp')
| -rw-r--r-- | src/thread_pool.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread_pool.cpp b/src/thread_pool.cpp index 48338e5..3af2273 100644 --- a/src/thread_pool.cpp +++ b/src/thread_pool.cpp @@ -16,7 +16,7 @@ struct ThreadPool { MemBucket *bkt = nullptr; }; -const uint32_t MAX_THREADS_PER_BUCKET = 8; +const PkeHandleItemIndex_T MAX_THREADS_PER_BUCKET = 8; struct ThreadBucket { ThreadPool threadPools[MAX_THREADS_PER_BUCKET]; }; |
