GDB (xrefs)
|
#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.
Referenced by remote_notif_ack(), and remote_notif_get_pending_events().
const char* notif_client::ack_command |
Definition at line 50 of file remote-notif.h.
Referenced by remote_notif_ack().
struct notif_event*(* notif_client::alloc_event) (void) |
Definition at line 68 of file remote-notif.h.
Referenced by remote_notif_ack(), and remote_notif_parse().
int(* notif_client::can_get_pending_events) (struct notif_client *self) |
Definition at line 65 of file remote-notif.h.
Referenced by remote_notif_process().
enum REMOTE_NOTIF_ID notif_client::id |
Definition at line 71 of file remote-notif.h.
Referenced by discard_pending_stop_replies(), handle_notification(), remote_notif_get_pending_events(), remote_start_remote(), and remote_wait_ns().
const char* notif_client::name |
Definition at line 47 of file remote-notif.h.
Referenced by handle_notification(), remote_notif_get_pending_events(), and remote_notif_parse().
void(* notif_client::parse) (struct notif_client *self, char *buf, struct notif_event *event) |
Definition at line 55 of file remote-notif.h.
Referenced by remote_notif_ack(), and remote_notif_parse().