From 2f4e76b64819ca5888b9a8fc162b73e0b4edae4f Mon Sep 17 00:00:00 2001 From: Nan Deng Date: Thu, 12 Jun 2014 14:39:33 -0700 Subject: [PATCH] rename --- manager/container.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manager/container.go b/manager/container.go index b167b049..be7eea1e 100644 --- a/manager/container.go +++ b/manager/container.go @@ -39,7 +39,7 @@ type containerInfo struct { Subcontainers []string Spec *info.ContainerSpec Stats *list.List - StatsSummary *info.ContainerStatsSummary + StatsSummary *info.ContainerStatsPercentiles } type containerData struct {