Two more load monitoring hooks.

This commit is contained in:
JoelKatz
2012-11-20 12:09:51 -08:00
parent e837988481
commit 5ac22ff31b
5 changed files with 17 additions and 5 deletions

View File

@@ -23,6 +23,7 @@ const char* Job::toString(JobType t)
case jtCLIENT: return "clientCommand";
case jtPEER: return "peerCommand";
case jtDISK: return "diskAccess";
case jtLEDGER: return "acceptLedger";
default: assert(false); return "unknown";
}
}