nit: program_runtime_context_t is already defined in code today:
typedef struct _program_runtime_context
{
ebpf_native_module_header_t header;
helper_function_data_t* helper_data;
map_data_t* map_data;
global_variable_section_data_t* global_variable_section_data;
} program_runtime_context_t;
Should this match / extend the existing struct?
Originally posted by @saxena-anurag in #5050 (comment)
nit:
program_runtime_context_tis already defined in code today:Should this match / extend the existing struct?
Originally posted by @saxena-anurag in #5050 (comment)