1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00
Upstream-commit: 73d7265429261029b7e6345821e9efe4ec37b10a
Component: engine
This commit is contained in:
Andrea Luzzardi
2013-01-22 17:30:37 -08:00
parent f33d685f66
commit 358dcc8f2a

View File

@@ -6,9 +6,9 @@ import (
)
type State struct {
Running bool
Pid int
ExitCode int
Running bool
Pid int
ExitCode int
StartedAt time.Time
stateChangeLock *sync.Mutex