From 123486ac617ac298fdecb1fbdbc504ac84118718 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sun, 25 Sep 2016 20:54:39 +0200 Subject: runserver: implemented a thread pool and fixed few bugs --- src/blogc-runserver/httpd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/blogc-runserver/httpd.h') diff --git a/src/blogc-runserver/httpd.h b/src/blogc-runserver/httpd.h index a59a467..7a948ca 100644 --- a/src/blogc-runserver/httpd.h +++ b/src/blogc-runserver/httpd.h @@ -9,6 +9,7 @@ #ifndef _HTTPD_H #define _HTTPD_H -int br_httpd_run(const char *host, unsigned short port, const char *docroot); +int br_httpd_run(const char *host, unsigned short port, const char *docroot, + size_t max_threads); #endif /* _HTTPD_H */ -- cgit v1.2.3-18-g5258