--- libaitio/src/aitio.c 2012/05/23 11:59:51 1.10.6.2 +++ libaitio/src/aitio.c 2012/05/23 12:16:13 1.10.6.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.c,v 1.10.6.2 2012/05/23 11:59:51 misho Exp $ +* $Id: aitio.c,v 1.10.6.3 2012/05/23 12:16:13 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -91,6 +91,24 @@ inline int mpool_inuse() { return io_mpool; +} + + +// init libaitio routine +void +_init() +{ +#ifdef USE_MPOOL + io_mpool = 42; +#else + io_mpool = 0; +#endif +} + +// fini libaitio routine +void +_fini() +{ }