mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add stub for bpf_ktime_get_ns
This commit is contained in:
@ -1,2 +1,4 @@
|
|||||||
|
import ctypes
|
||||||
|
|
||||||
def bpf_ktime_get_ns():
|
def bpf_ktime_get_ns():
|
||||||
return bpf_ktime_get_ns()
|
return ctypes.c_int64(0)
|
||||||
|
|||||||
Reference in New Issue
Block a user