Diff for /libaitio/src/sess.c 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 507  ipc_detachSession(sess_t * __restrict s) Line 507  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 intint
 sess_isAttached(sess_t * __restrict s)  sess_isAttached(sess_t * __restrict s)
 {  {
         if (!s)          if (!s)

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


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