summaryrefslogtreecommitdiff
path: root/src/bitz-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bitz-server.h')
-rw-r--r--src/bitz-server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/bitz-server.h b/src/bitz-server.h
index 87129ad..c7dda05 100644
--- a/src/bitz-server.h
+++ b/src/bitz-server.h
@@ -95,8 +95,9 @@ namespace bitz {
* @param port port number to listen to
* @param children number of children to spawn
* @param max_request maximum number of requests that a child will serve
+ * @param comm_timeout communication timeout value in seconds
*/
- void start( int port, unsigned int children, int max_requests );
+ void start( int port, unsigned int children, int max_requests, int comm_timeout );
/**
* Run the server managing workers until a termination signal is received.