|
GDBserver
|
#include "notif.h"
Public Member Functions | |
| QUEUE (notif_event_p) *queue | |
Public Attributes | |
| const char * | ack_name |
| const char * | notif_name |
| void(* | write )(struct notif_event *event, char *own_buf) |
| notif_server::QUEUE | ( | notif_event_p | ) |
| const char* notif_server::ack_name |
Definition at line 40 of file notif.h.
Referenced by handle_notif_ack().
| const char* notif_server::notif_name |
Definition at line 44 of file notif.h.
Referenced by notif_event_enque(), and notif_push().
| void(* notif_server::write) (struct notif_event *event, char *own_buf) |
Definition at line 52 of file notif.h.
Referenced by notif_push(), and notif_write_event().
1.8.14