Use uint32 as Event's Status type everywhere
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
type DeleteTask struct {
|
||||
baseTask
|
||||
ID string
|
||||
Status int
|
||||
Status uint32
|
||||
PID string
|
||||
NoEvent bool
|
||||
Process runtime.Process
|
||||
|
||||
Reference in New Issue
Block a user