From b06ac6246b96cc8d83cab8325cb9bf15ae94b0d7 Mon Sep 17 00:00:00 2001 From: jl777 Date: Fri, 1 Apr 2016 14:16:55 -0600 Subject: [PATCH] test --- iguana/iguana777.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana777.c b/iguana/iguana777.c index 5c7abd232..72fcfe694 100755 --- a/iguana/iguana777.c +++ b/iguana/iguana777.c @@ -418,7 +418,7 @@ void iguana_helper(void *arg) { if ( coin->polltimeout < polltimeout ) polltimeout = coin->polltimeout; - //printf("[%d] bundleQ size.%d\n",bp->hdrsi,queue_size(&bundlesQ)); + printf("[%d] bundleQ size.%d lag.%ld\n",bp->hdrsi,queue_size(&bundlesQ),time(NULL) - bp->nexttime); coin->numbundlesQ--; if ( coin->started != 0 && time(NULL) >= bp->nexttime && coin->active != 0 ) flag += iguana_bundleiters(ptr->coin,&MEM,MEMB,bp,ptr->timelimit,IGUANA_DEFAULTLAG);