fix compilation

This commit is contained in:
Abhishek Shah 2015-04-09 17:19:13 -07:00
parent b7ed910436
commit 964bc6b85d

View File

@ -58,5 +58,5 @@ func (self *cadvisorUnsupported) DockerImagesFsInfo() (cadvisorApiV2.FsInfo, err
}
func (self *cadvisorUnsupported) GetPastEvents(request *events.Request) ([]*cadvisorApi.Event, error) {
return cadvisorApi.Event{}, unsupportedErr
return []*cadvisorApi.Event{}, unsupportedErr
}