diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-08-10 22:55:23 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2010-08-10 22:55:23 +0000 |
commit | fb83d28768e62eb46f83d15afaf67bdfb4675d9d (patch) | |
tree | 25a9175c6eef0492f892b25205eb56222b439323 /main.h | |
parent | 342e1b73385cac5a5b2fc7316d82a2b55b3a85d4 (diff) |
gethashespersec and added version and hashespersec to getinfo
git-svn-id: https://bitcoin.svn.sourceforge.net/svnroot/bitcoin/trunk@127 1a98c847-1fd6-4fd8-948a-caf3550aa51b
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -42,6 +42,8 @@ extern CCriticalSection cs_mapRequestCount; extern map<string, string> mapAddressBook;
extern CCriticalSection cs_mapAddressBook;
extern vector<unsigned char> vchDefaultKey;
+extern double dHashesPerSec;
+extern int64 nHPSTimerStart;
// Settings
extern int fGenerateBitcoins;
|