Files
python-bpf/pythonbpf/helpers.py

5 lines
68 B
Python

import ctypes
def bpf_ktime_get_ns():
return ctypes.c_int64(0)