GDB (xrefs)
Public Attributes
notif_client Struct Reference

#include "remote-notif.h"

List of all members.

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

Detailed Description

Definition at line 44 of file remote-notif.h.


Member Data Documentation

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().

Definition at line 50 of file remote-notif.h.

Referenced by remote_notif_ack().

struct notif_event*(* notif_client::alloc_event)(void) [read]

Definition at line 68 of file remote-notif.h.

Referenced by remote_notif_ack(), and remote_notif_parse().

Definition at line 65 of file remote-notif.h.

Referenced by remote_notif_process().

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().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines