libcosmos
Linux C++ System Programming Library
Loading...
Searching...
No Matches
cosmos::SigInfo::MsgQueueData Struct Reference

Additional data found in SigInfo with Source::MESGQ. More...

#include <SigInfo.hxx>

Public Attributes

ProcessCtx msg_sender
 The PID and real user ID of the process that sent a message queue message.
 
CustomData data
 Custom data supplied via mq_notify().
 

Detailed Description

Additional data found in SigInfo with Source::MESGQ.

Definition at line 162 of file SigInfo.hxx.

Member Data Documentation

◆ data

CustomData cosmos::SigInfo::MsgQueueData::data

Custom data supplied via mq_notify().

Definition at line 167 of file SigInfo.hxx.

◆ msg_sender

ProcessCtx cosmos::SigInfo::MsgQueueData::msg_sender

The PID and real user ID of the process that sent a message queue message.

Definition at line 164 of file SigInfo.hxx.


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