Merge branch 'master' of github.com:jedmccaleb/NewCoin

This commit is contained in:
JoelKatz
2012-11-29 18:40:16 -08:00
9 changed files with 451 additions and 279 deletions

View File

@@ -82,6 +82,7 @@ void sigIntHandler(int)
void Application::run()
{
#ifndef WIN32
#ifdef SIGINT
if (!config.RUN_STANDALONE)
{
@@ -90,6 +91,7 @@ void Application::run()
sa.sa_handler = sigIntHandler;
sigaction(SIGINT, &sa, NULL);
}
#endif
#endif
assert(mTxnDB == NULL);