poser
A C framework for POsix SERvices
|
Event arguments for a finished child process. More...
#include <poser/core/process.h>
Public Member Functions | |
int | PSC_EAProcessDone_status (const PSC_EAProcessDone *self) |
The exit status of the child process. | |
int | PSC_EAProcessDone_signal (const PSC_EAProcessDone *self) |
The signal that terminated the child process. | |
Event arguments for a finished child process.
int PSC_EAProcessDone_signal | ( | const PSC_EAProcessDone * | self | ) |
The signal that terminated the child process.
self | the PSC_EAProcessDone |
int PSC_EAProcessDone_status | ( | const PSC_EAProcessDone * | self | ) |
The exit status of the child process.
self | the PSC_EAProcessDone |