|
OpenVAS Scanner 23.23.1
|
#include <ipc.h>
Data Fields | |
| enum ipc_protocol | type |
| enum ipc_relation | relation |
| unsigned int | closed |
| pid_t | pid |
| void * | context |
ipc_context contains information about an inter process communication process.
| type | indicates what type of ipc it represents |
| pid | is set on ipc_exec_as_process and contains the pid of the child process. |
| context | contextual data for ipc. Is only used internally. |
| unsigned int ipc_context::closed |
| void* ipc_context::context |
| pid_t ipc_context::pid |
| enum ipc_relation ipc_context::relation |
| enum ipc_protocol ipc_context::type |