summaryrefslogtreecommitdiffstats
path: root/src/deal.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/deal.go')
-rw-r--r--src/deal.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deal.go b/src/deal.go
index 783dab8..db6fc26 100644
--- a/src/deal.go
+++ b/src/deal.go
@@ -125,7 +125,7 @@ func deal() {
125 // 先fork抵达,插入 125 // 先fork抵达,插入
126 pidCol.InsertOne(bson.M{ 126 pidCol.InsertOne(bson.M{
127 "children": []bson.M{}, 127 "children": []bson.M{},
128 "execve": []bson.M{ 128 "exe_args": []bson.M{
129 { 129 {
130 "timestamp": cooked.timestamp, 130 "timestamp": cooked.timestamp,
131 "execve": cooked.argv, 131 "execve": cooked.argv,