execution: use provided process ID for state
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
13399c1330
commit
7dd69a8597
6 changed files with 25 additions and 12 deletions
|
@ -3,6 +3,7 @@ package execution
|
|||
import "os"
|
||||
|
||||
type Process interface {
|
||||
Container() *Container
|
||||
ID() string
|
||||
Pid() int64
|
||||
//Spec() *specs.Process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue