Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
e6e10166a0
  1. 2
      iguana/iguana_bundles.c

2
iguana/iguana_bundles.c

@ -512,6 +512,8 @@ void iguana_bundlestats(struct iguana_info *coin,char *str)
//sprintf(str+strlen(str),"%s.%-2d %s time %.2f files.%d Q.%d %d\n",coin->symbol,flag,str,(double)(time(NULL)-coin->starttime)/60.,coin->peers.numfiles,queue_size(&coin->priorityQ),queue_size(&coin->blocksQ));
if ( time(NULL) > lastdisp+10 )
{
if ( firstgap != 0 )
iguana_bundleQ(coin,firstgap,1000);
printf("%s\n",str);
//myallocated(0,0);
lastdisp = (uint32_t)time(NULL);

Loading…
Cancel
Save