Main Page | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals

dlr_storage Struct Reference

#include <dlr_p.h>

Collaboration diagram for dlr_storage:

Collaboration graph
[legend]

Data Fields

const char * type
void(* dlr_add )(struct dlr_entry *entry)
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)

Field Documentation

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

Referenced by dlr_add(), and dlr_init().

void(* dlr_storage::dlr_flush)(void)
 

Referenced by dlr_flush().

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

Referenced by dlr_find(), and dlr_init().

long(* dlr_storage::dlr_messages)(void)
 

Referenced by dlr_messages().

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

Referenced by dlr_find(), and dlr_init().

void(* dlr_storage::dlr_shutdown)(void)
 

Referenced by dlr_shutdown().

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

Referenced by dlr_find().

const char* dlr_storage::type
 

Definition at line 109 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.