kernel: implement sending, receiving, and replying to message via port/channel
This commit is contained in:
@@ -23,8 +23,8 @@ struct kmsg {
|
||||
kern_status_t msg_result;
|
||||
struct port *msg_sender_port;
|
||||
struct thread *msg_sender_thread;
|
||||
const struct msg *msg_req;
|
||||
struct msg *msg_resp;
|
||||
struct msg msg_req;
|
||||
struct msg msg_resp;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user