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

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.

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

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

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.


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