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

version 1.3, 2013/03/19 17:31:38 version 1.4, 2013/05/30 09:10:13
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.4


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