Tor 0.4.9.3-alpha-dev
Loading...
Searching...
No Matches
Data Fields
process_unix_t Struct Reference

Data Fields

process_unix_handle_t stdin_handle
 
process_unix_handle_t stdout_handle
 
process_unix_handle_t stderr_handle
 
pid_t pid
 
waitpid_callback_twaitpid
 

Detailed Description

Internal state for our Unix process.

Definition at line 70 of file process_unix.c.

Field Documentation

◆ pid

pid_t pid

The process identifier of our process.

Definition at line 81 of file process_unix.c.

Referenced by process_unix_exec(), process_unix_get_pid(), and process_unix_terminate().

◆ stderr_handle

process_unix_handle_t stderr_handle

◆ stdin_handle

process_unix_handle_t stdin_handle

◆ stdout_handle

process_unix_handle_t stdout_handle

◆ waitpid

Waitpid Callback structure.

Definition at line 84 of file process_unix.c.

Referenced by process_unix_exec(), process_unix_free_(), process_unix_terminate(), and process_unix_waitpid_callback().


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