liblaunch: implement stdio handle initialisation for child task
This commit is contained in:
@@ -64,6 +64,8 @@ struct launch_parameters {
|
||||
size_t p_channel_count;
|
||||
|
||||
void *p_resolver_arg;
|
||||
|
||||
kern_handle_t p_stdio[3];
|
||||
};
|
||||
|
||||
struct launch_result {
|
||||
|
||||
Reference in New Issue
Block a user