src/server/public/nsapi.h

branch
webdav
changeset 357
f45e962edf45
parent 345
5832e10fc59a
child 366
47bc686fafe4
--- a/src/server/public/nsapi.h	Sat May 14 11:18:14 2022 +0200
+++ b/src/server/public/nsapi.h	Sat May 14 12:45:59 2022 +0200
@@ -1600,6 +1600,7 @@
 
 // threadpool
 threadpool_t* threadpool_new(int min, int max);
+int threadpool_start(threadpool_t *pool);
 void* threadpool_func(void *data);
 threadpool_job* threadpool_get_job(threadpool_t *pool);
 void threadpool_run(threadpool_t *pool, job_callback_f func, void *data);

mercurial