[evhtr] Consolidate pool threading in evthr.c

Also reinstate check for server already running
This commit is contained in:
ejurgensen
2023-01-22 00:33:54 +01:00
parent bd6f38282c
commit 4d0c297901
9 changed files with 571 additions and 822 deletions

View File

@@ -53,6 +53,9 @@ net_connect(const char *addr, unsigned short port, int type, const char *log_ser
int
net_bind(short unsigned *port, int type, const char *log_service_name);
int
net_bind_with_reuseport(short unsigned *port, int type, const char *log_service_name);
// To avoid polluting namespace too much we don't include event2/http.h here
struct evhttp;