diff -r 450d2d5f4735 -r 360b9aabe17e src/server/daemon/httplistener.h --- a/src/server/daemon/httplistener.h Sat Oct 06 13:00:07 2012 +0200 +++ b/src/server/daemon/httplistener.h Sat Dec 15 16:05:03 2012 +0100 @@ -30,7 +30,7 @@ #define HTTPLISTENER_H #include "sessionhandler.h" - +#include "threadpools.h" #include "config.h" #ifdef __cplusplus @@ -50,6 +50,7 @@ ServerConfiguration *cfg; sstr_t name; sstr_t vs; + sstr_t threadpool; char *address; int port; int nacceptors; @@ -67,6 +68,7 @@ int port; int server_socket; SessionHandler *session_handler; + threadpool_t *threadpool; HttpListener *next; Acceptor **acceptors; int nacceptors;