From f1d22f3fde0cb7bf201168a11774793b4efc98f7 Mon Sep 17 00:00:00 2001 From: Jonathan Bradley Date: Fri, 30 May 2025 15:56:46 -0400 Subject: pke: thrdpl: BucketContainer > pk_bkt_arr --- src/thread-pool.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/thread-pool.hpp') diff --git a/src/thread-pool.hpp b/src/thread-pool.hpp index 3afb99b..060b87a 100644 --- a/src/thread-pool.hpp +++ b/src/thread-pool.hpp @@ -6,9 +6,9 @@ #include #include -struct ThreadPoolHandle : public pk_handle { }; +struct ThreadPoolHandle : public pk_bkt_arr_handle { }; -constexpr ThreadPoolHandle ThreadPoolHandle_MAX = ThreadPoolHandle{ pk_handle_MAX_constexpr }; +constexpr ThreadPoolHandle ThreadPoolHandle_MAX = ThreadPoolHandle{ pk_bkt_arr_handle_MAX_constexpr }; void PkeThreads_Init(); ThreadPoolHandle PkeThreads_Init (uint8_t threadCount, uint8_t maxQueueCount, struct pk_membucket *bkt = nullptr); -- cgit v1.2.3