summaryrefslogtreecommitdiff
path: root/internal/c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-02-28 01:08:12 +0200
committerPaul Buetow <paul@buetow.org>2024-02-28 01:08:12 +0200
commit105ee65a32d8c2ab456d7b246d3e8808b07880c4 (patch)
tree4876d7cf52edf572d93862c1dcb5c9c6d276dc11 /internal/c
parentd44c509284eaf0db2b1f7d14ede3687ff06c4853 (diff)
can print out all fd syscall traces
Diffstat (limited to 'internal/c')
-rw-r--r--internal/c/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/c/types.h b/internal/c/types.h
index 081883c..7784e3e 100644
--- a/internal/c/types.h
+++ b/internal/c/types.h
@@ -45,5 +45,5 @@ struct ret_event {
__u32 pid;
__u32 tid;
__u32 time;
- __u64 ret;
+ __s64 ret;
};