Skip to content

Commit d397aa5

Browse files
Add stub for bpf_ktime_get_ns
1 parent 5adc6d7 commit d397aa5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

pythonbpf/helpers.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
import ctypes
2+
13
def bpf_ktime_get_ns():
2-
return bpf_ktime_get_ns()
4+
return ctypes.c_int64(0)

0 commit comments

Comments
 (0)