kernel: re-implement sending handles via port messages
This commit is contained in:
@@ -23,10 +23,7 @@ struct msg {
|
||||
kern_status_t msg_result;
|
||||
struct port *msg_sender_port;
|
||||
struct thread *msg_sender_thread;
|
||||
const struct iovec *msg_req_data;
|
||||
size_t msg_req_data_count;
|
||||
struct iovec *msg_resp_data;
|
||||
size_t msg_resp_data_count;
|
||||
kern_msg_t msg_req, msg_resp;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user