saving a bit
[pstop.git] / performance_schema / file_summary_by_instance / file_summary_by_instance.go
index f71f1d6..10ef5f4 100644 (file)
@@ -56,7 +56,7 @@ type File_summary_by_instance struct {
 }
 
 // reset the statistics to current values
-func (t *File_summary_by_instance) UpdateInitialValues() {
+func (t *File_summary_by_instance) SyncReferenceValues() {
        t.SetNow()
        t.initial = make(file_summary_by_instance_rows, len(t.current))
        copy(t.initial, t.current)