Thread Synch AOSV 2020  1.2
LKM for exchanging messages between threads
Data Fields
msg_t Struct Reference

Basic structure to represent a message. More...

#include <types.h>

Data Fields

pid_t author
 
void * buffer
 
size_t size
 

Detailed Description

Basic structure to represent a message.

Field Documentation

◆ author

pid_t msg_t::author

Process which wrote the message

◆ buffer

void * msg_t::buffer

Buffer containing the message

◆ size

size_t msg_t::size

Size (in bytes) of the buffer


The documentation for this struct was generated from the following files: