Update Go version

pull/6729/head
Edd Robinson 2016-05-26 15:26:09 +01:00
parent 1e0a4e9119
commit d2672a3280
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ type Engine struct {
done chan struct{} done chan struct{}
index *tsdb.DatabaseIndex // TODO(benbjohnson): needs to be moved entirely into engine. index *tsdb.DatabaseIndex // TODO(benbjohnson): needs to be moved entirely into engine.
measurementFields map[string]*tsdb.MeasurementFields measurementFields map[string]*tsdb.MeasurementFields
maxValueTime int64 // Maximum timestamp for any value under storage.
wg sync.WaitGroup wg sync.WaitGroup