mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
identify error in pointer to ctypes subclass dependency fixing
This commit is contained in:
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user