Add QueuedAllocations to api.Evaluation

This commit is contained in:
Alex Dadgar 2017-01-06 11:32:14 -08:00
parent f8c930d006
commit a37656e7d8

View file

@ -69,6 +69,7 @@ type Evaluation struct {
PreviousEval string
BlockedEval string
FailedTGAllocs map[string]*AllocationMetric
QueuedAllocations map[string]int
CreateIndex uint64
ModifyIndex uint64
}