blob: 1229650efa765e6be27ba881b0b9f1c4038f2f20 [file] [log] [blame]
package container
// setFromExitStatus is a platform specific helper function to set the state
// based on the ExitStatus structure.
func (s *State) setFromExitStatus(exitStatus *ExitStatus) {
s.ExitCodeValue = exitStatus.ExitCode
}