Diff for /libaitio/inc/aitsess.h between versions 1.3 and 1.3.2.1

version 1.3, 2013/03/19 17:31:38 version 1.3.2.1, 2013/05/26 20:17:22
Line 206  void ipc_detachSession(sess_t * __restrict s); Line 206  void ipc_detachSession(sess_t * __restrict s);
  * @s = Session item   * @s = Session item
  * return: -1 null session item, 0 not attached, 1 attached memory   * return: -1 null session item, 0 not attached, 1 attached memory
  */   */
inline int sess_isAttached(sess_t * __restrict s);int sess_isAttached(sess_t * __restrict s);
   
   
 /*  /*

Removed from v.1.3  
changed lines
  Added in v.1.3.2.1


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