From a55a225899dbd47dd4238adf3a49f62846cb87f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 14 Dec 2015 06:48:14 +0100 Subject: Imported Upstream version 1.0.0 --- src/bitz-server.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/bitz-server.h') 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. -- cgit v1.2.3