We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01d234a commit 0fd6beaCopy full SHA for 0fd6bea
1 file changed
README.md
@@ -97,7 +97,7 @@ def hello(ctx: c_void_p) -> c_int64:
97
return c_int64(0)
98
else:
99
hist.update(process_id, one)
100
- return c_int64(0)
+ return 0
101
102
103
@bpf
0 commit comments