From c677806f6f9fc4658a56c5b2807701cbf7223a41 Mon Sep 17 00:00:00 2001 From: pixel Date: Tue, 25 Dec 2007 13:36:05 +0000 Subject: Adding more stats pulling. --- include/TaskMan.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/TaskMan.h b/include/TaskMan.h index 29b6cc1..5ce0107 100644 --- a/include/TaskMan.h +++ b/include/TaskMan.h @@ -17,7 +17,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: TaskMan.h,v 1.27 2007-12-25 12:21:19 pixel Exp $ */ +/* $Id: TaskMan.h,v 1.28 2007-12-25 13:36:05 pixel Exp $ */ #ifndef __TASKMAN_H__ #define __TASKMAN_H__ @@ -53,6 +53,8 @@ class TaskMan : public Base { static std::vector::iterator begin(); static std::vector::iterator end(); + static int nb_tasks(); + static int nb_zombies(); private: class w4ha_t { -- cgit v1.2.3