diff options
Diffstat (limited to 'listener/global.go')
-rw-r--r-- | listener/global.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/listener/global.go b/listener/global.go index 11b18bf..b782284 100644 --- a/listener/global.go +++ b/listener/global.go | |||
@@ -37,6 +37,7 @@ type Event struct { | |||
37 | argv []string | 37 | argv []string |
38 | comm string | 38 | comm string |
39 | cwd string | 39 | cwd string |
40 | cgroup string | ||
40 | exit_code int | 41 | exit_code int |
41 | exit_signal int | 42 | exit_signal int |
42 | srcPath string | 43 | srcPath string |
@@ -67,6 +68,7 @@ type Process struct { | |||
67 | RootFS string `bson:"rootfs"` | 68 | RootFS string `bson:"rootfs"` |
68 | Cwd string `bson:"cwd"` | 69 | Cwd string `bson:"cwd"` |
69 | Children []int `bson:"children"` | 70 | Children []int `bson:"children"` |
71 | DockerId string `bson:"docker_id"` | ||
70 | Execve []Exec `bson:"execve"` | 72 | Execve []Exec `bson:"execve"` |
71 | ExitCode int `bson:"exit_code"` | 73 | ExitCode int `bson:"exit_code"` |
72 | ExitSignal int `bson:"exit_signal"` | 74 | ExitSignal int `bson:"exit_signal"` |