Thread Synch AOSV 2020
1.2
LKM for exchanging messages between threads
|
Basic structure to represent a message. More...
#include <types.h>
Data Fields | |
pid_t | author |
void * | buffer |
size_t | size |
Basic structure to represent a message.
pid_t msg_t::author |
Process which wrote the message
void * msg_t::buffer |
Buffer containing the message
size_t msg_t::size |
Size (in bytes) of the buffer