Skip to content

Commit

Permalink
Merge pull request #485 from duglin/FixStatus
Browse files Browse the repository at this point in the history
Add 'status' to state.go
  • Loading branch information
vbatts committed Jun 3, 2016
2 parents 34901c1 + a93873a commit eeeecb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions specs-go/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ type State struct {
Version string `json:"version"`
// ID is the container ID
ID string `json:"id"`
// Status is the runtime state of the container.
Status string `json:"status"`
// Pid is the process id for the container's main process.
Pid int `json:"pid"`
// BundlePath is the path to the container's bundle directory.
Expand Down

0 comments on commit eeeecb0

Please sign in to comment.