Make jtGENERIC work.

This commit is contained in:
David Schwartz
2013-07-24 17:44:58 -07:00
parent a8436a5952
commit 6812153d9a
2 changed files with 6 additions and 0 deletions

View File

@@ -109,6 +109,9 @@ Json::Value JobQueue::getJson (int)
for (int i = 0; i < NUM_JOB_TYPES; ++i)
{
if (static_cast<JobType>(i) == jtGENERIC)
continue;
uint64 count, latencyAvg, latencyPeak;
int jobCount, threadCount;
bool isOver;