|
mupp 1.1.0
|
Message buffer structure for inter-process communication. More...
#include <mupp.h>
Public Attributes | |
| long | mtype |
| message type identifier for message routing | |
| char | mtext [PMUPP_MAX_MTEXT] |
| message body containing the actual message data | |
Message buffer structure for inter-process communication.
This structure is used for sending messages between processes using the System V message queue API. It follows the standard System V message buffer format with a type field and a character array for the message body.
| char mbuf::mtext[PMUPP_MAX_MTEXT] |