Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
bb38b2515e
  1. 6
      iguana/iguana777.c

6
iguana/iguana777.c

@ -405,12 +405,10 @@ void iguana_helper(void *arg)
if ( (bp= ptr->bp) != 0 && ptr->coin != 0 ) if ( (bp= ptr->bp) != 0 && ptr->coin != 0 )
{ {
if ( time(NULL) >= bp->nexttime ) if ( time(NULL) >= bp->nexttime )
{
//printf("t.%lu vs next.%u\n",time(NULL),bp->nexttime);
flag += iguana_bundleiters(ptr->coin,&MEM,MEMB,bp,ptr->timelimit); flag += iguana_bundleiters(ptr->coin,&MEM,MEMB,bp,ptr->timelimit);
myfree(ptr,ptr->allocsize); else iguana_bundleQ(ptr->coin,bp,1000);
} else queue_enqueue("requeue",&bundlesQ,&ptr->DL,0);
} else printf("helper missing param? %p %p %u\n",ptr->coin,bp,ptr->timelimit); } else printf("helper missing param? %p %p %u\n",ptr->coin,bp,ptr->timelimit);
myfree(ptr,ptr->allocsize);
flag++; flag++;
} }
else else

Loading…
Cancel
Save