identify error in pointer to ctypes subclass dependency fixing

This commit is contained in:
2025-10-18 22:48:34 +05:30
parent d855e9ef2e
commit 33aa794718
3 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,7 @@
from pythonbpf import bpf, section, bpfglobal, compile_to_ir, compile
from vmlinux import TASK_COMM_LEN # noqa: F401
from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
# from vmlinux import struct_xdp_md
# from vmlinux import struct_request
# from vmlinux import struct_uinput_device
from vmlinux import struct_blk_integrity_iter
from ctypes import c_int64