Use uint32 as Event's Status type everywhere
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -47,6 +47,10 @@ const (
|
||||
// StartTimeFile holds the name of the file in which the process
|
||||
// start time is saved
|
||||
StartTimeFile = "starttime"
|
||||
|
||||
// UnknownStatus is the value returned when a process exit
|
||||
// status cannot be determined
|
||||
UnknownStatus = 255
|
||||
)
|
||||
|
||||
// Checkpoint holds information regarding a container checkpoint
|
||||
|
||||
Reference in New Issue
Block a user