mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
5 lines
68 B
Python
5 lines
68 B
Python
import ctypes
|
|
|
|
def bpf_ktime_get_ns():
|
|
return ctypes.c_int64(0)
|