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 81 of file event-loop.c.

Member Data Documentation

gdb_client_data file_handler::client_data

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

Referenced by create_file_handler(), and handle_file_event().

int file_handler::error

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

Referenced by handle_file_event().

int file_handler::fd
int file_handler::mask

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

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

struct file_handler* file_handler::next_file
handler_func* file_handler::proc

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

Referenced by create_file_handler(), and handle_file_event().

int file_handler::ready_mask

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

Referenced by create_file_handler().


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