--- libaitio/inc/aitio.h 2012/05/23 11:49:34 1.18.2.2 +++ libaitio/inc/aitio.h 2012/05/23 11:59:51 1.18.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.18.2.2 2012/05/23 11:49:34 misho Exp $ +* $Id: aitio.h,v 1.18.2.3 2012/05/23 11:59:51 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -60,7 +60,7 @@ SUCH DAMAGE. #include -#ifdef INIT_MPOOL +#ifdef USE_MPOOL #else #define xmalloc(x) malloc(x) #define xcalloc(x, y) calloc(x, y) @@ -299,6 +299,9 @@ typedef union { inline int io_GetErrno(); // io_GetError() Get error text of last operation inline const char *io_GetError(); + +// mpool_inuse() Check for mpool usage +inline int mpool_inuse(); /*