--- libaitio/src/sess.c 2013/03/19 17:31:38 1.3 +++ libaitio/src/sess.c 2013/05/30 09:10:13 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: sess.c,v 1.3 2013/03/19 17:31:38 misho Exp $ +* $Id: sess.c,v 1.4 2013/05/30 09:10:13 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -507,7 +507,7 @@ ipc_detachSession(sess_t * __restrict s) * @s = Session item * return: -1 null session item, 0 not attached, 1 attached memory */ -inline int +int sess_isAttached(sess_t * __restrict s) { if (!s)