Diff for /libaitrpc/inc/aitrpc.h between versions 1.8.2.19 and 1.8.2.20

version 1.8.2.19, 2012/05/17 14:22:24 version 1.8.2.20, 2012/05/17 15:18:48
Line 290  int rpc_register_blobServices(rpc_srv_t * __restrict s Line 290  int rpc_register_blobServices(rpc_srv_t * __restrict s
  * @regProgID = ProgramID for authentication & recognition   * @regProgID = ProgramID for authentication & recognition
  * @regProcID = ProcessID for authentication & recognition   * @regProcID = ProcessID for authentication & recognition
  * @concurentClients = Concurent clients at same time to this server   * @concurentClients = Concurent clients at same time to this server
 * @netBuf = Network buffer length, if =0 == BUFSIZ (also meaning max RPC packet) * @netBuf = Network buffer length (min:512 bytes), if =0 == BUFSIZ (also meaning max RPC packet)
  * @csHost = Host name or address for bind server, if NULL any address   * @csHost = Host name or address for bind server, if NULL any address
  * @Port = Port for bind server, if Port == 0 default port is selected   * @Port = Port for bind server, if Port == 0 default port is selected
  * return: NULL == error or !=NULL bind and created RPC server instance   * return: NULL == error or !=NULL bind and created RPC server instance

Removed from v.1.8.2.19  
changed lines
  Added in v.1.8.2.20


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>