Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
5da5ff23e0
  1. 4
      iguana/iguana777.c

4
iguana/iguana777.c

@ -401,13 +401,13 @@ void iguana_helper(void *arg)
if ( (bp= ptr->bp) != 0 && (coin= ptr->coin) != 0 && coin->active != 0 )
{
coin->numbundlesQ--;
if ( coin->started != 0 && time(NULL) >= bp->nexttime )
if ( coin->started != 0 )//&& time(NULL) >= bp->nexttime )
flag += iguana_bundleiters(ptr->coin,&MEM,MEMB,bp,ptr->timelimit);
else
{
if ( 0 && bp != 0 )
printf("skip.%d lag.%ld\n",bp->hdrsi,time(NULL)-bp->nexttime);
iguana_bundleQ(ptr->coin,bp,1000);
iguana_bundleQ(ptr->coin,bp,1000);
}
if ( coin->current != 0 && coin->current->hdrsi != coin->bundlescount-1 )
allcurrent = 0;

Loading…
Cancel
Save