getblocktemplate: longpolling support

This commit is contained in:
Luke Dashjr
2012-05-13 04:43:24 +00:00
committed by Wladimir J. van der Laan
parent f0fc81a083
commit ff6a7af154
6 changed files with 82 additions and 1 deletions

View File

@@ -87,6 +87,8 @@ extern uint64_t nLastBlockTx;
extern uint64_t nLastBlockSize;
extern const std::string strMessageMagic;
extern int64_t nTimeBestReceived;
extern CWaitableCriticalSection csBestBlock;
extern CConditionVariable cvBlockChange;
extern bool fImporting;
extern bool fReindex;
extern bool fBenchmark;