From 7802db98af7705be65f7e58986ed52afc52d4d64 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Sat, 23 Feb 2013 16:08:10 -0800 Subject: Integrating sweeping information. --- src/misc/tim/tim.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc/tim/tim.h') diff --git a/src/misc/tim/tim.h b/src/misc/tim/tim.h index ef94df97..b2303c21 100644 --- a/src/misc/tim/tim.h +++ b/src/misc/tim/tim.h @@ -134,7 +134,7 @@ extern int Tim_ManGetArrsReqs( Tim_Man_t * p, Vec_Flt_t ** pvInArrs, extern void Tim_ManStop( Tim_Man_t * p ); extern void Tim_ManStopP( Tim_Man_t ** p ); extern void Tim_ManPrint( Tim_Man_t * p ); -extern void Tim_ManPrintStats( Tim_Man_t * p ); +extern void Tim_ManPrintStats( Tim_Man_t * p, int nAnd2Delay ); extern int Tim_ManCiNum( Tim_Man_t * p ); extern int Tim_ManCoNum( Tim_Man_t * p ); extern int Tim_ManPiNum( Tim_Man_t * p ); -- cgit v1.2.3