Tor
0.4.7.0-alpha-dev
|
Data Fields | |
int | fd |
bool | reached_eof |
struct event * | event |
bool | is_writing |
Internal state for Unix handles.
Definition at line 56 of file process_unix.c.
struct event* event |
Event structure for libevent.
Definition at line 64 of file process_unix.c.
Referenced by process_unix_start_reading(), process_unix_start_writing(), process_unix_stop_reading(), and process_unix_stop_writing().
int fd |
Unix File Descriptor.
Definition at line 58 of file process_unix.c.
Referenced by process_unix_close_file_descriptors(), process_unix_read_handle(), and process_unix_setup_handle().
bool is_writing |
Are we writing?
Definition at line 67 of file process_unix.c.
Referenced by process_unix_close_file_descriptors().
bool reached_eof |
Have we reached end of file?
Definition at line 61 of file process_unix.c.
Referenced by process_unix_close_file_descriptors().