Tor 0.4.9.0-alpha-dev
Data Fields
process_unix_handle_t Struct Reference

Data Fields

int fd
 
bool reached_eof
 
struct event * event
 
bool is_writing
 

Detailed Description

Internal state for Unix handles.

Definition at line 56 of file process_unix.c.

Field Documentation

◆ event

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().

◆ fd

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().

◆ is_writing

bool is_writing

Are we writing?

Definition at line 67 of file process_unix.c.

Referenced by process_unix_close_file_descriptors().

◆ reached_eof

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().


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