浏览代码

Windows: NewDriver() re-baseline parms

Signed-off-by: John Howard <jhoward@microsoft.com>
John Howard 10 年之前
父节点
当前提交
50b4079b5f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      daemon/execdriver/execdrivers/execdrivers_windows.go

+ 1 - 1
daemon/execdriver/execdrivers/execdrivers_windows.go

@@ -10,7 +10,7 @@ import (
 	"github.com/docker/docker/pkg/sysinfo"
 	"github.com/docker/docker/pkg/sysinfo"
 )
 )
 
 
-func NewDriver(name, root, libPath, initPath string, sysInfo *sysinfo.SysInfo) (execdriver.Driver, error) {
+func NewDriver(name string, options []string, root, libPath, initPath string, sysInfo *sysinfo.SysInfo) (execdriver.Driver, error) {
 	switch name {
 	switch name {
 	case "windows":
 	case "windows":
 		return windows.NewDriver(root, initPath)
 		return windows.NewDriver(root, initPath)