Arion 1.0.2-alpha
A high-performance C++ framework for emulating executable binaries.
 
Loading...
Searching...
No Matches
arion::SIGNAL Struct Reference

Identifies an OS signal. More...

#include <global_defs.hpp>

Public Member Functions

 SIGNAL (pid_t source_pid, int signo)
 

Public Attributes

pid_t source_pid
 PID of the process responsible for triggering this signal.
 
int signo
 The signal number.
 

Detailed Description

Identifies an OS signal.

Constructor & Destructor Documentation

◆ SIGNAL()

arion::SIGNAL::SIGNAL ( pid_t  source_pid,
int  signo 
)
inline

Builder for SIGNAL instances.

Parameters
[in]source_pidPID of the process responsible for triggering this signal.
[in]signoThe signal number.

Member Data Documentation

◆ signo

int arion::SIGNAL::signo

The signal number.

◆ source_pid

pid_t arion::SIGNAL::source_pid

PID of the process responsible for triggering this signal.


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