fix: Hashmap type check

This commit is contained in:
2025-09-08 20:06:21 +05:30
parent 1bbf004554
commit 627ee9265a
4 changed files with 18 additions and 4 deletions

View File

@ -1,6 +1,7 @@
from pythonbpf.decorators import bpf, bpfglobal, section
from ctypes import c_void_p, c_int64, c_int32
from ctypes import c_void_p, c_int64, c_int32, c_uint64
from pythonbpf.helpers import bpf_ktime_get_ns
from pythonbpf.maps import HashMap
@bpf