Move HelperHandlerRegistry to helper_registry.py

This commit is contained in:
Pragyansh Chaturvedi
2025-10-13 18:21:50 +05:30
parent 5d0a888542
commit 74d8014ade
4 changed files with 31 additions and 29 deletions

View File

@ -1,4 +1,5 @@
from .helper_utils import HelperHandlerRegistry, reset_scratch_pool
from .helper_registry import HelperHandlerRegistry
from .helper_utils import reset_scratch_pool
from .bpf_helper_handler import handle_helper_call
from .helpers import ktime, pid, deref, XDP_DROP, XDP_PASS