|
|
@ -452,7 +452,7 @@ struct iguana_info |
|
|
|
struct iguana_peers peers; |
|
|
|
uint64_t instance_nonce,myservices,totalsize,totalrecv,totalpackets,sleeptime; |
|
|
|
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; |
|
|
|
int32_t MAXPEERS,MAXPENDING,MAXBUNDLES,active,closestbundle,numemitted,lastsweep,startutc,newramchain,numcached,cachefreed,helperdepth,startPEND,endPEND,enableCACHE,RELAYNODE,VALIDATENODE; |
|
|
|
uint32_t longestchain,lastsync,parsetime,numiAddrs,firstblock,lastpossible,bundlescount,savedblocks; |
|
|
|
struct tai starttime; double startmillis; |
|
|
|
struct iguana_chain *chain; |
|
|
|