Use uint32 as Event's Status type everywhere

Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
Kenfe-Mickael Laventure 2016-09-19 11:46:33 -07:00
parent 4eb3147efc
commit db9aed5a97
6 changed files with 26 additions and 20 deletions

View file

@ -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