Data Fields | |
pid_t | pid |
PID of the process. More... | |
struct GNUNET_DISK_FileHandle * | control_pipe |
Pipe we use to signal the process. More... | |
Definition at line 44 of file os_priority.c.
pid_t GNUNET_OS_Process::pid |
PID of the process.
Definition at line 49 of file os_priority.c.
Referenced by GNUNET_HELLO_builder_from_parser(), GNUNET_OS_process_current(), GNUNET_OS_process_get_pid(), GNUNET_OS_process_kill(), GNUNET_OS_process_wait(), parser_new(), process_status(), and start_process().
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().