Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
b06ac6246b
  1. 2
      iguana/iguana777.c

2
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);

Loading…
Cancel
Save