Browse Source

test

release/v0.1
jl777 9 years ago
parent
commit
8b09733d37
  1. 5
      iguana/iguana_bundles.c

5
iguana/iguana_bundles.c

@ -475,11 +475,8 @@ void iguana_bundlestats(struct iguana_info *coin,char *str)
{
if ( firstgap == 0 )
firstgap = lastpending = bp;
else if ( ++pending == coin->MAXPENDING )
{
else if ( ++pending == coin->MAXBUNDLES )
lastpending = bp;
printf("pending.%d == MAX.%d hdrsi.%d\n",pending,coin->MAXPENDING,bp->hdrsi);
}
sortbuf[m*2] = bp->metric;
sortbuf[m*2 + 1] = i;
m++;

Loading…
Cancel
Save