a fix for double counting
git-svn-id: svn://opensvn.adaptivecomputing.com/maui/trunk@53 3f5042e3-fb1d-0410-be18-d6ca2573e517
This commit is contained in:
parent
857503f01d
commit
4de3c43fa5
@ -601,7 +601,7 @@ int MQueueSelectAllJobs(
|
||||
|
||||
if (UpdateStats == TRUE)
|
||||
{
|
||||
MStatClearUsage(0,(1 << mlIdle),FALSE);
|
||||
MStatClearUsage(0,(1 << mlIdle)|(1 << mlActive),FALSE);
|
||||
}
|
||||
else if (TrackIdle == TRUE)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user