GDB (xrefs)
Public Attributes | List of all members
notif_client Struct Reference

#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
 

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

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
const char* notif_client::name
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: