add ctype subclass identifier

Signed-off-by: varun-r-mallya <varunrmallya@gmail.com>
This commit is contained in:
2025-10-11 20:02:20 +05:30
parent 06773c895f
commit 7c559840f0
2 changed files with 25 additions and 5 deletions

View File

@ -2,7 +2,6 @@ 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