summaryrefslogtreecommitdiff
path: root/src/bitz-server.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-14 06:48:14 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2015-12-14 06:48:14 +0100
commita55a225899dbd47dd4238adf3a49f62846cb87f9 (patch)
tree7c21e99f90be9f073462cf46beca2e0fb936436a /src/bitz-server.h
parentfcff49a7ca1f5a8b3813b83cbc578ac6426820fd (diff)
Imported Upstream version 1.0.0upstream/1.0.0
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.