GNUnet 0.21.1
GNUNET_OS_Process Struct Reference
Collaboration diagram for GNUNET_OS_Process:
[legend]

Data Fields

pid_t pid
 PID of the process. More...
 
struct GNUNET_DISK_FileHandlecontrol_pipe
 Pipe we use to signal the process. More...
 

Detailed Description

Definition at line 44 of file os_priority.c.

Field Documentation

◆ pid

pid_t GNUNET_OS_Process::pid

◆ control_pipe

struct GNUNET_DISK_FileHandle* GNUNET_OS_Process::control_pipe

Pipe we use to signal the process.

NULL if unused, or if process was deemed uncontrollable.

Definition at line 55 of file os_priority.c.

Referenced by GNUNET_OS_process_destroy(), GNUNET_OS_process_kill(), and start_process().


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