kernel: msg: include details about who sent a message
This commit is contained in:
@@ -202,6 +202,8 @@ extern kern_status_t channel_recv_msg(
|
||||
}
|
||||
|
||||
out_msg->msg_id = msg->msg_id;
|
||||
out_msg->msg_sender = msg->msg_sender_thread->tr_parent->t_id;
|
||||
out_msg->msg_endpoint = msg->msg_sender_port->p_base.ob_id;
|
||||
|
||||
spin_unlock_irqrestore(&msg->msg_lock, msg_lock_flags);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user