PRCYCoin  2.0.0.7rc1
P2P Digital Currency
Classes | Macros | Variables
masternode-sync.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CMasternodeSync
 

Macros

#define MASTERNODE_SYNC_INITIAL   0
 
#define MASTERNODE_SYNC_LIST   1
 
#define MASTERNODE_SYNC_MNW   2
 
#define MASTERNODE_SYNC_BUDGET   3
 
#define MASTERNODE_SYNC_BUDGET_PROP   10
 
#define MASTERNODE_SYNC_BUDGET_FIN   11
 
#define MASTERNODE_SYNC_FAILED   998
 
#define MASTERNODE_SYNC_FINISHED   999
 
#define MASTERNODE_SYNC_TIMEOUT   5
 
#define MASTERNODE_SYNC_THRESHOLD   2
 

Variables

CMasternodeSync masternodeSync
 

Macro Definition Documentation

◆ MASTERNODE_SYNC_BUDGET

#define MASTERNODE_SYNC_BUDGET   3

Definition at line 13 of file masternode-sync.h.

◆ MASTERNODE_SYNC_BUDGET_FIN

#define MASTERNODE_SYNC_BUDGET_FIN   11

Definition at line 15 of file masternode-sync.h.

◆ MASTERNODE_SYNC_BUDGET_PROP

#define MASTERNODE_SYNC_BUDGET_PROP   10

Definition at line 14 of file masternode-sync.h.

◆ MASTERNODE_SYNC_FAILED

#define MASTERNODE_SYNC_FAILED   998

Definition at line 16 of file masternode-sync.h.

◆ MASTERNODE_SYNC_FINISHED

#define MASTERNODE_SYNC_FINISHED   999

Definition at line 17 of file masternode-sync.h.

◆ MASTERNODE_SYNC_INITIAL

#define MASTERNODE_SYNC_INITIAL   0

Definition at line 10 of file masternode-sync.h.

◆ MASTERNODE_SYNC_LIST

#define MASTERNODE_SYNC_LIST   1

Definition at line 11 of file masternode-sync.h.

◆ MASTERNODE_SYNC_MNW

#define MASTERNODE_SYNC_MNW   2

Definition at line 12 of file masternode-sync.h.

◆ MASTERNODE_SYNC_THRESHOLD

#define MASTERNODE_SYNC_THRESHOLD   2

Definition at line 20 of file masternode-sync.h.

◆ MASTERNODE_SYNC_TIMEOUT

#define MASTERNODE_SYNC_TIMEOUT   5

Definition at line 19 of file masternode-sync.h.

Variable Documentation

◆ masternodeSync

CMasternodeSync masternodeSync

Definition at line 19 of file masternode-sync.cpp.