Kannel: Open Source WAP and SMS gateway  svn-r5335
dlr_storage Struct Reference

#include <dlr_p.h>

Data Fields

const char * type
 
void(* dlr_add )(struct dlr_entry *entry)
 
struct dlr_entry *(* dlr_get )(const Octstr *smsc, const Octstr *ts, const Octstr *dst)
 
void(* dlr_remove )(const Octstr *smsc, const Octstr *ts, const Octstr *dst)
 
void(* dlr_update )(const Octstr *smsc, const Octstr *ts, const Octstr *dst, int status)
 
long(* dlr_messages )(void)
 
void(* dlr_flush )(void)
 
void(* dlr_shutdown )(void)
 

Detailed Description

Definition at line 108 of file dlr_p.h.

Field Documentation

◆ dlr_add

void(* dlr_storage::dlr_add) (struct dlr_entry *entry)

Definition at line 117 of file dlr_p.h.

Referenced by dlr_add(), and dlr_init().

◆ dlr_flush

void(* dlr_storage::dlr_flush) (void)

Definition at line 138 of file dlr_p.h.

Referenced by dlr_flush().

◆ dlr_get

struct dlr_entry*(* dlr_storage::dlr_get) (const Octstr *smsc, const Octstr *ts, const Octstr *dst)

Definition at line 122 of file dlr_p.h.

Referenced by dlr_find(), and dlr_init().

◆ dlr_messages

long(* dlr_storage::dlr_messages) (void)

Definition at line 134 of file dlr_p.h.

Referenced by dlr_messages().

◆ dlr_remove

void(* dlr_storage::dlr_remove) (const Octstr *smsc, const Octstr *ts, const Octstr *dst)

Definition at line 126 of file dlr_p.h.

Referenced by dlr_find(), and dlr_init().

◆ dlr_shutdown

void(* dlr_storage::dlr_shutdown) (void)

Definition at line 142 of file dlr_p.h.

Referenced by dlr_shutdown().

◆ dlr_update

void(* dlr_storage::dlr_update) (const Octstr *smsc, const Octstr *ts, const Octstr *dst, int status)

Definition at line 130 of file dlr_p.h.

Referenced by dlr_find().

◆ type

const char* dlr_storage::type

Definition at line 112 of file dlr_p.h.

Referenced by dlr_init(), and dlr_type().


The documentation for this struct was generated from the following file:
See file LICENSE for details about the license agreement for using, modifying, copying or deriving work from this software.