|
Tor 0.4.9.3-alpha-dev
|
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_t * | waitpid |
Internal state for our Unix process.
Definition at line 70 of file process_unix.c.
| 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().
| process_unix_handle_t stderr_handle |
Standard error handle.
Definition at line 78 of file process_unix.c.
Referenced by process_unix_close_file_descriptors(), process_unix_exec(), process_unix_free_(), process_unix_new(), and process_unix_read_stderr().
| process_unix_handle_t stdin_handle |
Standard in handle.
Definition at line 72 of file process_unix.c.
Referenced by process_unix_close_file_descriptors(), process_unix_exec(), process_unix_free_(), process_unix_new(), and process_unix_write().
| process_unix_handle_t stdout_handle |
Standard out handle.
Definition at line 75 of file process_unix.c.
Referenced by process_unix_close_file_descriptors(), process_unix_exec(), process_unix_free_(), process_unix_new(), and process_unix_read_stdout().
| waitpid_callback_t* 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().