runtime compiles on Windows
Signed-off-by: John Howard <jhoward@microsoft.com>
This commit is contained in:
parent
ab74e7b2aa
commit
2b8f022950
16 changed files with 390 additions and 281 deletions
|
@ -4,7 +4,6 @@ import (
|
|||
"time"
|
||||
|
||||
"github.com/docker/containerd/runtime"
|
||||
"github.com/opencontainers/specs"
|
||||
)
|
||||
|
||||
type AddProcessTask struct {
|
||||
|
@ -14,7 +13,7 @@ type AddProcessTask struct {
|
|||
Stdout string
|
||||
Stderr string
|
||||
Stdin string
|
||||
ProcessSpec *specs.Process
|
||||
ProcessSpec *runtime.ProcessSpec
|
||||
StartResponse chan StartResponse
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue