support most bitfields

This commit is contained in:
2025-10-16 04:12:09 +05:30
parent 0f5c1fa752
commit f21837aefe
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@ from pythonbpf.maps import HashMap
from pythonbpf.helper import XDP_PASS
from vmlinux import TASK_COMM_LEN # noqa: F401
from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
from vmlinux import struct_posix_cputimers # noqa: F401
from vmlinux import struct_xdp_md
# from vmlinux import struct_trace_event_raw_sys_enter # noqa: F401
# from vmlinux import struct_ring_buffer_per_cpu # noqa: F401