|
GDB (API)
|
#include "remote-notif.h"
Public Attributes | |
| const char * | name |
| const char * | ack_command |
| void(* | parse )(struct notif_client *self, char *buf, struct notif_event *event) |
| void(* | ack )(struct notif_client *self, char *buf, struct notif_event *event) |
| int(* | can_get_pending_events )(struct notif_client *self) |
| struct notif_event *(* | alloc_event )(void) |
| enum REMOTE_NOTIF_ID | id |
Definition at line 44 of file remote-notif.h.
| void(* notif_client::ack)(struct notif_client *self, char *buf, struct notif_event *event) |
Definition at line 60 of file remote-notif.h.
Definition at line 50 of file remote-notif.h.
struct notif_event*(* notif_client::alloc_event)(void) [read] |
Definition at line 68 of file remote-notif.h.
| int(* notif_client::can_get_pending_events)(struct notif_client *self) |
Definition at line 65 of file remote-notif.h.
Definition at line 71 of file remote-notif.h.
| const char* notif_client::name |
Definition at line 47 of file remote-notif.h.
| void(* notif_client::parse)(struct notif_client *self, char *buf, struct notif_event *event) |
Definition at line 55 of file remote-notif.h.
1.7.6.1