mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
separate vmlinux class handler
This commit is contained in:
8
pythonbpf/vmlinux_parser/vmlinux_class_handler.py
Normal file
8
pythonbpf/vmlinux_parser/vmlinux_class_handler.py
Normal file
@ -0,0 +1,8 @@
|
||||
import ast
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
def process_vmlinux_class(node, module, vmlinux_types):
|
||||
# Process ClassDef nodes that use vmlinux imports
|
||||
pass
|
||||
Reference in New Issue
Block a user