OpenVAS Scanner 23.40.3
ipc_exec_context Struct Reference

#include <ipc.h>

Collaboration diagram for ipc_exec_context:
Collaboration graph

Data Fields

ipc_process_func pre_func
ipc_process_func func
ipc_process_func post_func
void * pre_arg
void * func_arg
void * post_arg
void * shared_context

Detailed Description

Definition at line 49 of file ipc.h.

Field Documentation

◆ func

ipc_process_func ipc_exec_context::func

Definition at line 54 of file ipc.h.

Referenced by create_ipc_process(), and ipc_exec_as_process().

◆ func_arg

void* ipc_exec_context::func_arg

Definition at line 58 of file ipc.h.

Referenced by create_ipc_process(), and ipc_exec_as_process().

◆ post_arg

void* ipc_exec_context::post_arg

Definition at line 59 of file ipc.h.

◆ post_func

ipc_process_func ipc_exec_context::post_func

Definition at line 56 of file ipc.h.

Referenced by create_ipc_process(), and ipc_exec_as_process().

◆ pre_arg

void* ipc_exec_context::pre_arg

Definition at line 57 of file ipc.h.

Referenced by ipc_exec_as_process().

◆ pre_func

ipc_process_func ipc_exec_context::pre_func

Definition at line 52 of file ipc.h.

Referenced by create_ipc_process(), and ipc_exec_as_process().

◆ shared_context

void* ipc_exec_context::shared_context

Definition at line 60 of file ipc.h.

Referenced by ipc_exec_as_process().


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