Fix cadvisor_unsupported and the crossbuild

This commit is contained in:
Lucas Käldström
2016-10-28 22:57:16 +03:00
parent bc7ae399f8
commit 00fda67931

View File

@@ -31,7 +31,7 @@ type cadvisorUnsupported struct {
var _ Interface = new(cadvisorUnsupported)
func New(port uint, runtime string) (Interface, error) {
func New(port uint, runtime string, rootPath string) (Interface, error) {
return &cadvisorUnsupported{}, nil
}