--- libaitrpc/inc/aitrpc.h 2013/05/30 09:22:01 1.15 +++ libaitrpc/inc/aitrpc.h 2013/07/15 13:53:09 1.15.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.15 2013/05/30 09:22:01 misho Exp $ +* $Id: aitrpc.h,v 1.15.2.1 2013/07/15 13:53:09 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -486,9 +486,11 @@ int rpc_srv_recvBLOB(rpc_cli_t * __restrict cli, rpc_b * @cli = Client instance * @var = BLOB variable * @data = BLOB data + * @tout = BLOB live on server timeout in seconds, if =NULL default timeout * return: -1 error, 0 ok, 1 remote error */ -int rpc_cli_sendBLOB(rpc_cli_t * __restrict cli, ait_val_t * __restrict var, void * __restrict data); +int rpc_cli_sendBLOB(rpc_cli_t * __restrict cli, ait_val_t * __restrict var, + void * __restrict data, int * __restrict tout); /* * rpc_cli_recvBLOB() - Receive BLOB from server *