GDB (xrefs)
Public Attributes | List of all members
file_handler Struct Reference

Public Attributes

int fd
 
int mask
 
int ready_mask
 
handler_funcproc
 
gdb_client_data client_data
 
int error
 
struct file_handlernext_file
 

Detailed Description

Definition at line 83 of file event-loop.c.

Member Data Documentation

◆ client_data

gdb_client_data file_handler::client_data

Definition at line 90 of file event-loop.c.

Referenced by create_file_handler(), and handle_file_event().

◆ error

int file_handler::error

Definition at line 91 of file event-loop.c.

Referenced by handle_file_event().

◆ fd

int file_handler::fd

◆ mask

int file_handler::mask

Definition at line 86 of file event-loop.c.

Referenced by create_file_handler(), delete_file_handler(), and handle_file_event().

◆ next_file

struct file_handler* file_handler::next_file

◆ proc

handler_func* file_handler::proc

Definition at line 89 of file event-loop.c.

Referenced by create_file_handler(), and handle_file_event().

◆ ready_mask

int file_handler::ready_mask

Definition at line 87 of file event-loop.c.

Referenced by create_file_handler().


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