Track special disk accesses.

This commit is contained in:
JoelKatz
2012-11-19 17:08:58 -08:00
parent b79a927c28
commit 11088937a4
5 changed files with 5 additions and 0 deletions

View File

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