mupp 1.1.0
Loading...
Searching...
No Matches
mbuf Struct Reference

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
 

Detailed Description

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.

Definition at line 70 of file mupp.h.

Member Data Documentation

◆ mtext

char mbuf::mtext[PMUPP_MAX_MTEXT]

message body containing the actual message data

Definition at line 72 of file mupp.h.

◆ mtype

long mbuf::mtype

message type identifier for message routing

Definition at line 71 of file mupp.h.


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