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

@@ -11,7 +11,7 @@ import (
type DeleteTask struct {
baseTask
ID string
Status int
Status uint32
PID string
NoEvent bool
Process runtime.Process