Skip to content

Commit dfbbab3

Browse files
committed
add syscall buffer
1 parent 07a4c67 commit dfbbab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/crates/observ-trace-ebpf/src/process.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub fn try_exit(
103103
data.protocol = result.protocol;
104104
data.seq = result.seq;
105105
data.uuid = result.uuid;
106-
// args.extract(&mut data.payload, ret)?;
106+
args.extract(&mut data.payload, ret)?;
107107

108108
map.remove(&id).map_err(|_| MAP_DELETE_FAILED)?;
109109

0 commit comments

Comments
 (0)