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

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

#include <SigInfo.hxx>

Public Attributes

ProcessCtx sender
 The PID and real user ID of the sending process.
 
CustomData data
 Custom data supplied along with the signal.
 

Detailed Description

Additional data found in SigInfo with Source::QUEUE.

Definition at line 153 of file SigInfo.hxx.

Member Data Documentation

◆ data

CustomData cosmos::SigInfo::QueueSigData::data

Custom data supplied along with the signal.

Definition at line 158 of file SigInfo.hxx.

◆ sender

ProcessCtx cosmos::SigInfo::QueueSigData::sender

The PID and real user ID of the sending process.

Definition at line 155 of file SigInfo.hxx.


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