aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-10 22:55:23 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2010-08-10 22:55:23 +0000
commitfb83d28768e62eb46f83d15afaf67bdfb4675d9d (patch)
tree25a9175c6eef0492f892b25205eb56222b439323 /main.h
parent342e1b73385cac5a5b2fc7316d82a2b55b3a85d4 (diff)
downloadbitcoin-fb83d28768e62eb46f83d15afaf67bdfb4675d9d.tar.xz
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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.h b/main.h
index 093eb9de55..2ddac59d4f 100644
--- a/main.h
+++ b/main.h
@@ -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;