Tor
0.4.7.0-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 71 of file process_unix.c.
pid_t pid |
The process identifier of our process.
Definition at line 82 of file process_unix.c.
Referenced by process_unix_get_pid().
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().
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().
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_callback_t* waitpid |
Waitpid Callback structure.
Definition at line 85 of file process_unix.c.
Referenced by process_unix_free_().