--- libaitrpc/inc/aitrpc.h 2013/12/15 16:09:53 1.21.2.1 +++ libaitrpc/inc/aitrpc.h 2013/12/15 16:27:09 1.21.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitrpc.h,v 1.21.2.1 2013/12/15 16:09:53 misho Exp $ +* $Id: aitrpc.h,v 1.21.2.2 2013/12/15 16:27:09 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -569,6 +569,13 @@ int rpc_cli_getBLOB(rpc_cli_t * __restrict cli, ait_va */ rpc_cli_t *rpc_cli_openClient(unsigned char InstID, int netBuf, const char *csHost, unsigned short Port, int proto); +/* + * rpc_cli_reconnectClient() - Reconnecting client to RPC server + * + * @cli = RPC Client session + * return: -1 error or 0 ok + */ +int rpc_cli_reconnectClient(rpc_cli_t * __restrict cli); /* * rpc_cli_closeClient() - Close connection to RPC server and free resources *