process_solaris.go 139 B

123456
  1. package libcontainerd
  2. // process keeps the state for both main container process and exec process.
  3. type process struct {
  4. processCommon
  5. }