libcosmos
Linux C++ System Programming Library
|
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() . | |
Additional data found in SigInfo with Source::MESGQ.
Definition at line 162 of file SigInfo.hxx.
CustomData cosmos::SigInfo::MsgQueueData::data |
Custom data supplied via mq_notify()
.
Definition at line 167 of file SigInfo.hxx.
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.