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