handle non-complex types along with recursion

This commit is contained in:
2025-10-11 19:04:11 +05:30
parent 168e26268e
commit 1e3d775865
2 changed files with 14 additions and 3 deletions

View File

@ -2,6 +2,7 @@ from pythonbpf import bpf, map, section, bpfglobal, compile, compile_to_ir
from pythonbpf.maps import HashMap
from pythonbpf.helper import XDP_PASS
from vmlinux import struct_xdp_md
# from vmlinux import struct_ring_buffer_per_cpu
from ctypes import c_int64
# Instructions to how to run this program