poser
A C framework for POsix SERvices
|
Event arguments for child exited events. More...
#include <poser/core/service.h>
Public Member Functions | |
pid_t | PSC_EAChildExited_pid (const PSC_EAChildExited *self) |
The pid of a child that exited. | |
int | PSC_EAChildExited_status (const PSC_EAChildExited *self) |
The exit status of a child that exited. | |
int | PSC_EAChildExited_signal (const PSC_EAChildExited *self) |
The signal that terminated the child. | |
Event arguments for child exited events.
pid_t PSC_EAChildExited_pid | ( | const PSC_EAChildExited * | self | ) |
The pid of a child that exited.
self | the PSC_EAChildExited |
int PSC_EAChildExited_signal | ( | const PSC_EAChildExited * | self | ) |
The signal that terminated the child.
self | the PSC_EAChildExited |
int PSC_EAChildExited_status | ( | const PSC_EAChildExited * | self | ) |
The exit status of a child that exited.
self | the PSC_EAChildExited |