lib: launch: implement alternate argument handling to support interpreters
This commit is contained in:
@@ -45,7 +45,9 @@ struct launch_ctx {
|
||||
struct launch_parameters {
|
||||
kern_handle_t p_parent_task;
|
||||
kern_handle_t p_local_address_space;
|
||||
kern_handle_t p_executable;
|
||||
|
||||
const char *p_exec_path;
|
||||
kern_handle_t p_exec_image;
|
||||
|
||||
const char *p_task_name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user