|
@ -512,6 +512,7 @@ void iguana_bundlestats(struct iguana_info *coin,char *str) |
|
|
if ( time(NULL) > lastdisp+10 ) |
|
|
if ( time(NULL) > lastdisp+10 ) |
|
|
{ |
|
|
{ |
|
|
printf("%s\n",str); |
|
|
printf("%s\n",str); |
|
|
|
|
|
if ( (rand() % 100) == 0 ) |
|
|
myallocated(0,0); |
|
|
myallocated(0,0); |
|
|
lastdisp = (uint32_t)time(NULL); |
|
|
lastdisp = (uint32_t)time(NULL); |
|
|
if ( firstgap != 0 && firstgap->queued == 0 ) |
|
|
if ( firstgap != 0 && firstgap->queued == 0 ) |
|
|