--- libaitio/inc/aitsess.h 2013/03/19 17:31:38 1.3 +++ libaitio/inc/aitsess.h 2014/02/08 22:06:16 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsess.h,v 1.3 2013/03/19 17:31:38 misho Exp $ +* $Id: aitsess.h,v 1.6 2014/02/08 22:06:16 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 +Copyright 2004 - 2014 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -50,6 +50,7 @@ SUCH DAMAGE. #include #include #include +#include #define SHARED_UNKNOWN -1 #define SHARED_IPC 0 @@ -206,7 +207,7 @@ void ipc_detachSession(sess_t * __restrict s); * @s = Session item * 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); /*