mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2026-03-27 07:31:28 +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