Diff for /libaitrpc/inc/aitrpc.h between versions 1.23.4.2 and 1.24.2.1

version 1.23.4.2, 2014/03/27 23:11:05 version 1.24.2.1, 2014/11/12 21:37:50
Line 627  int rpc_pkt_Request(ait_val_t * __restrict pkt, rpc_se Line 627  int rpc_pkt_Request(ait_val_t * __restrict pkt, rpc_se
  * rpc_pkt_Replay() - Decode RPC Replay packet   * rpc_pkt_Replay() - Decode RPC Replay packet
  *   *
  * @pkt = Packet buffer   * @pkt = Packet buffer
 * @sess = RPC session info * @sess = RPC session info, if =NULL don't check session
  * @tag = Function tag   * @tag = Function tag
  * @vars = Function argument array of values, may be NULL   * @vars = Function argument array of values, may be NULL
  * @nocrc = Without CRC calculation   * @nocrc = Without CRC calculation

Removed from v.1.23.4.2  
changed lines
  Added in v.1.24.2.1


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