From 0f5869e846449dc3faedcf09a197cdb4d961d1dc Mon Sep 17 00:00:00 2001 From: jl777 Date: Sun, 4 Sep 2016 05:59:08 -0300 Subject: [PATCH] test --- iguana/iguana_bundles.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/iguana_bundles.c b/iguana/iguana_bundles.c index 6ed6b43cb..e133a9b58 100755 --- a/iguana/iguana_bundles.c +++ b/iguana/iguana_bundles.c @@ -1545,7 +1545,7 @@ void iguana_bundlestats(struct supernet_info *myinfo,struct iguana_info *coin,ch } //printf("%s bQ.%d %d:%02d:%02d stuck.%d max.%d\n",str,queue_size(&bundlesQ),(int32_t)difft.x/3600,(int32_t)(difft.x/60)%60,(int32_t)difft.x%60,coin->stucktime!=0?(uint32_t)time(NULL) - coin->stucktime:0,coin->maxstuck); strcpy(coin->lastdispstr,str); - //if ( (rand() % 100) == 0 ) + if ( (rand() % 100) == 0 ) myallocated(0,0); coin->lastdisp = (uint32_t)time(NULL); }