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

@@ -35,6 +35,7 @@ enum JobType
// special types not dispatched by the job pool
jtCLIENT = 10,
jtPEER = 11,
jtDISK = 12,
};
#define NUM_JOB_TYPES 16