Tor 0.4.9.0-alpha-dev
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 71 of file process_unix.c.

Field Documentation

◆ pid

pid_t pid

The process identifier of our process.

Definition at line 82 of file process_unix.c.

Referenced by process_unix_get_pid().

◆ stderr_handle

process_unix_handle_t stderr_handle

Standard error handle.

Definition at line 79 of file process_unix.c.

Referenced by process_unix_close_file_descriptors(), and process_unix_read_stderr().

◆ stdin_handle

process_unix_handle_t stdin_handle

Standard in handle.

Definition at line 73 of file process_unix.c.

Referenced by process_unix_close_file_descriptors().

◆ stdout_handle

process_unix_handle_t stdout_handle

Standard out handle.

Definition at line 76 of file process_unix.c.

Referenced by process_unix_close_file_descriptors(), and process_unix_read_stdout().

◆ waitpid

Waitpid Callback structure.

Definition at line 85 of file process_unix.c.

Referenced by process_unix_free_().


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