mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Allocate hashmap lookup return vars based on the value type of said hashmap
This commit is contained in:
@ -11,6 +11,7 @@ class MapSymbol:
|
||||
|
||||
type: BPFMapType
|
||||
sym: ir.GlobalVariable
|
||||
params: dict[str, Any] | None = None
|
||||
|
||||
|
||||
class MapProcessorRegistry:
|
||||
|
||||
Reference in New Issue
Block a user