--- libaitrpc/inc/aitrpc.h 2013/07/15 14:27:28 1.15.2.2 +++ libaitrpc/inc/aitrpc.h 2013/07/15 14:54:40 1.15.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.15.2.2 2013/07/15 14:27:28 misho Exp $ +* $Id: aitrpc.h,v 1.15.2.3 2013/07/15 14:54:40 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -441,9 +441,12 @@ int rpc_srv_blobFree(rpc_srv_t * __restrict srv, rpc_b * * @srv = RPC Server instance * @len = BLOB length + * @tout = BLOB live timeout in seconds + * @task = task called this function * return: NULL error or new registered BLOB */ -rpc_blob_t *rpc_srv_registerBLOB(rpc_srv_t * __restrict srv, size_t len); +rpc_blob_t *rpc_srv_registerBLOB(rpc_srv_t * __restrict srv, size_t len, + int tout, sched_task_t * __restrict task); /* * rpc_srv_unregisterBLOB() - Unregister BLOB from server *