|
@ -461,7 +461,8 @@ struct iguana_info |
|
|
uint64_t instance_nonce,myservices,totalsize,totalrecv,totalpackets,sleeptime; |
|
|
uint64_t instance_nonce,myservices,totalsize,totalrecv,totalpackets,sleeptime; |
|
|
int64_t mining,totalfees,TMPallocated,MAXRECVCACHE,MAXMEM,estsize,activebundles; |
|
|
int64_t mining,totalfees,TMPallocated,MAXRECVCACHE,MAXMEM,estsize,activebundles; |
|
|
int32_t MAXPEERS,MAXPENDING,MAXBUNDLES,active,closestbundle,numemitted,lastsweep,startutc,newramchain,numcached,cachefreed,helperdepth,startPEND,endPEND,enableCACHE,RELAYNODE,VALIDATENODE,balanceswritten,RTheight; bits256 balancehash; |
|
|
int32_t MAXPEERS,MAXPENDING,MAXBUNDLES,active,closestbundle,numemitted,lastsweep,startutc,newramchain,numcached,cachefreed,helperdepth,startPEND,endPEND,enableCACHE,RELAYNODE,VALIDATENODE,balanceswritten,RTheight; bits256 balancehash; |
|
|
uint32_t longestchain,lastsync,parsetime,numiAddrs,firstblock,lastpossible,bundlescount,savedblocks; |
|
|
uint32_t lastsync,parsetime,numiAddrs,firstblock,lastpossible,bundlescount,savedblocks; |
|
|
|
|
|
int32_t longestchain,badlongestchain,longestchain_strange; |
|
|
struct tai starttime; double startmillis; |
|
|
struct tai starttime; double startmillis; |
|
|
struct iguana_chain *chain; |
|
|
struct iguana_chain *chain; |
|
|
struct iguana_iAddr *iAddrs; |
|
|
struct iguana_iAddr *iAddrs; |
|
|