OpenVAS Scanner 23.32.3
ipc_context Struct Reference

#include <ipc.h>

Collaboration diagram for ipc_context:
Collaboration graph

Data Fields

enum ipc_protocol type
enum ipc_relation relation
unsigned int closed
pid_t pid
void * context

Detailed Description

ipc_context contains information about an inter process communication process.

Parameters
typeindicates what type of ipc it represents
pidis set on ipc_exec_as_process and contains the pid of the child process.
contextcontextual data for ipc. Is only used internally.

Definition at line 31 of file ipc.h.

Field Documentation

◆ closed

unsigned int ipc_context::closed

Definition at line 35 of file ipc.h.

Referenced by ipc_close().

◆ context

void* ipc_context::context

◆ pid

pid_t ipc_context::pid

Definition at line 36 of file ipc.h.

Referenced by create_ipc_process(), ipc_exec_as_process(), and reuse_or_add_context().

◆ relation

enum ipc_relation ipc_context::relation

Definition at line 34 of file ipc.h.

Referenced by ipc_exec_as_process(), ipc_init(), and reuse_or_add_context().

◆ type


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