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

Public Attributes

int ready
 
struct async_event_handlernext_handler
 
async_event_handler_funcproc
 
gdb_client_data client_data
 

Detailed Description

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

Member Data Documentation

gdb_client_data async_event_handler::client_data

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

Referenced by check_async_event_handlers(), and create_async_event_handler().

struct async_event_handler* async_event_handler::next_handler
async_event_handler_func* async_event_handler::proc

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

Referenced by check_async_event_handlers(), and create_async_event_handler().

int async_event_handler::ready

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