#include <dlr_p.h>
Collaboration diagram for dlr_storage:

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) |
|
|
Referenced by dlr_add(), and dlr_init(). |
|
|
Referenced by dlr_flush(). |
|
|
Referenced by dlr_find(), and dlr_init(). |
|
|
Referenced by dlr_messages(). |
|
|
Referenced by dlr_find(), and dlr_init(). |
|
|
Referenced by dlr_shutdown(). |
|
|
Referenced by dlr_find(). |
|
|
Definition at line 109 of file dlr_p.h. Referenced by dlr_init(), and dlr_type(). |