diff -r 66b0accda0a8 -r b036ccad4b49 src/server/util/thrpool.h --- a/src/server/util/thrpool.h Sat Aug 24 18:34:13 2024 +0200 +++ b/src/server/util/thrpool.h Sat Aug 24 22:37:12 2024 +0200 @@ -61,6 +61,8 @@ void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job); +void threadpool_shutdown(threadpool_t *pool); + #ifdef __cplusplus } #endif