Skip to content

Commit a93873a

Browse files
author
Doug Davis
committed
Add 'status' to state.go
Forgot to do this in previous PR. Signed-off-by: Doug Davis <[email protected]>
1 parent 91c8ddc commit a93873a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

specs-go/state.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ type State struct {
66
Version string `json:"version"`
77
// ID is the container ID
88
ID string `json:"id"`
9+
// Status is the runtime state of the container.
10+
Status string `json:"status"`
911
// Pid is the process id for the container's main process.
1012
Pid int `json:"pid"`
1113
// BundlePath is the path to the container's bundle directory.

0 commit comments

Comments
 (0)