Make it easier to insert code between when the server is setup and when it's started.

This commit is contained in:
JoelKatz
2013-01-09 23:55:39 -08:00
parent 1e2b11fe80
commit 376f214a70
3 changed files with 12 additions and 2 deletions

View File

@@ -133,6 +133,7 @@ public:
uint256 getNonce256() { return mNonce256; }
std::size_t getNonceST() { return mNonceST; }
void setup();
void run();
void stop();
void sweep();