package libcontainer
// State represents a running container's state
type State struct {
BaseState
// Platform specific fields below here
}