--- libelwix/inc/elwix/ampool.h 2015/06/25 17:53:49 1.4 +++ libelwix/inc/elwix/ampool.h 2015/07/01 21:48:39 1.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: ampool.h,v 1.4 2015/06/25 17:53:49 misho Exp $ +* $Id: ampool.h,v 1.5 2015/07/01 21:48:39 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -263,13 +263,14 @@ char *mpool_xstrdup(const char *str); */ void mpool_xstatistics(mpool_stat_cb cb); /* - * mpool_xdump() - Dump elwix memory pool statistics + * mpool_dump() - Dump elwix memory pool statistics * - * @fmt = format string + * @mp = memory pool, if =NULL dump elwix default memory pool + * @fmt = prefix info format string * @... = argument(s) * return: none */ -void mpool_xdump(const char *fmt, ...); +void mpool_dump(mpool_t * __restrict mp, const char *fmt, ...); #endif