src/server/util/thrpool.h

changeset 570
f95868a8ec37
parent 569
70bca6190669
--- a/src/server/util/thrpool.h	Sun Jan 26 23:09:43 2025 +0100
+++ b/src/server/util/thrpool.h	Wed Jan 29 20:40:19 2025 +0100
@@ -66,7 +66,7 @@
 
 void threadpool_enqueue_job(threadpool_t *pool, threadpool_job *job);
 
-void threadpool_shutdown(threadpool_t *pool);
+void threadpool_shutdown(threadpool_t *pool, int timeout);
 
 #ifdef	__cplusplus
 }

mercurial