From d712d3b76d6c2507f1f9b81349bc9b8b780f7a5c Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Mon, 12 Oct 2020 09:23:57 +0200 Subject: Add usercount to RPC, simplify timing calculation --- src/rpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc.h') diff --git a/src/rpc.h b/src/rpc.h index 9511cd0..7334cc9 100644 --- a/src/rpc.h +++ b/src/rpc.h @@ -7,7 +7,7 @@ int rpc_open( void ); void rpc_handle( int listenFd ); -void rpc_wait( int listenFd, int seconds ); +bool rpc_wait( int listenFd, int seconds ); bool rpc_send( const char *data ); -- cgit v1.2.3-55-g7522