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) |
const char* notif_server::ack_name |
Definition at line 42 of file notif.h.
Referenced by handle_notif_ack().
const char* notif_server::notif_name |
Definition at line 46 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 54 of file notif.h.
Referenced by notif_push(), and notif_write_event().