--- libaitio/inc/aitio.h 2013/12/05 15:18:22 1.38.10.4 +++ libaitio/inc/aitio.h 2013/12/05 15:56:10 1.38.10.5 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.38.10.4 2013/12/05 15:18:22 misho Exp $ +* $Id: aitio.h,v 1.38.10.5 2013/12/05 15:56:10 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -173,6 +173,14 @@ int io_progClose(prog_t * __restrict prg, unsigned int * return: none */ void io_progDestroy(prog_t ** __restrict pprg); + +/* + * io_progCheck() - Check exit status of program pool + * + * @prg = program pool + * return: -1 error or >-1 exited programs + */ +int io_progCheck(prog_t * __restrict prg); /*