Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include "gw-config.h"
#include <unistd.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <dirent.h>
#include <errno.h>
#include "gwlib/gwlib.h"
#include "msg.h"
#include "sms.h"
#include "bearerbox.h"
#include "bb_store.h"
Go to the source code of this file.
Data Structures | |
struct | status |
Macros | |
#define | MAX_DIRS 100 |
Functions | |
static int | store_spool_dump () |
static long | store_spool_messages () |
static int | for_each_file (const Octstr *dir_s, int ignore_err, void(*cb)(const Octstr *, void *), void *data) |
static void | status_cb (const Octstr *filename, void *d) |
static void | store_spool_for_each_message (void(*callback_fn)(Msg *msg, void *data), void *data) |
static void | dispatch (const Octstr *filename, void *data) |
static int | store_spool_load (void(*receive_msg)(Msg *)) |
static int | store_spool_save (Msg *msg) |
static int | store_spool_save_ack (Msg *msg, ack_status_t status) |
static void | store_spool_shutdown () |
int | store_spool_init (const Octstr *store_dir) |
Variables | |
static Octstr * | spool |
static Counter * | counter |
static List * | loaded |
#define MAX_DIRS 100 |
bb_store_spool.c - bearerbox box SMS storage/retrieval module using spool directory
Author: Alexander Malysh, 2006
Definition at line 80 of file bb_store_spool.c.
Referenced by store_spool_save().
|
static |
Definition at line 175 of file bb_store_spool.c.
References counter, counter_increase(), status::data, error(), filename, msg, octstr_destroy(), octstr_get_cstr, octstr_read_file(), and store_msg_unpack.
Referenced by store_spool_load().
|
static |
Definition at line 100 of file bb_store_spool.c.
References error(), filename, octstr_destroy(), octstr_format(), and octstr_get_cstr.
Referenced by store_spool_for_each_message(), and store_spool_load().
|
static |
Definition at line 142 of file bb_store_spool.c.
References status::data, filename, msg, msg_destroy(), octstr_destroy(), octstr_get_cstr, octstr_read_file(), and store_msg_unpack.
Referenced by store_spool_for_each_message().
|
static |
Definition at line 87 of file bb_store_spool.c.
Referenced by store_spool_init().
|
static |
Definition at line 160 of file bb_store_spool.c.
References status::callback_fn, status::data, for_each_file(), spool, and status_cb().
Referenced by store_spool_init().
int store_spool_init | ( | const Octstr * | fname | ) |
Init functions for different store types.
Definition at line 338 of file bb_store_spool.c.
References counter, counter_create(), error(), gwlist_add_producer(), gwlist_create, loaded, octstr_duplicate, octstr_get_cstr, spool, store_dump, store_for_each_message, store_load, store_messages, store_save, store_save_ack, store_shutdown, store_spool_dump(), store_spool_for_each_message(), store_spool_load(), store_spool_messages(), store_spool_save(), store_spool_save_ack(), and store_spool_shutdown().
Referenced by store_init().
|
static |
Definition at line 197 of file bb_store_spool.c.
References counter, counter_value(), dispatch(), for_each_file(), gwlist_remove_producer(), info(), loaded, and spool.
Referenced by store_spool_init().
|
static |
Definition at line 94 of file bb_store_spool.c.
References counter, and counter_value().
Referenced by store_spool_init().
|
static |
Definition at line 220 of file bb_store_spool.c.
References counter, counter_decrease(), counter_increase(), error(), filename, gwlist_consume(), loaded, MAX_DIRS, msg, MSG_PARAM_UNDEFINED, octstr_create, octstr_destroy(), octstr_format(), octstr_get_cstr, octstr_hash_key(), octstr_len(), spool, store_msg_pack, uuid_generate(), uuid_is_null(), UUID_STR_LEN, and uuid_unparse().
Referenced by store_spool_init(), and store_spool_save_ack().
|
static |
Definition at line 312 of file bb_store_spool.c.
References msg, msg_create, msg_destroy(), status::status, store_spool_save(), and uuid_copy().
Referenced by store_spool_init().
|
static |
Definition at line 327 of file bb_store_spool.c.
References counter, counter_destroy(), gwlist_destroy(), loaded, octstr_destroy(), and spool.
Referenced by store_spool_init().
|
static |
Definition at line 83 of file bb_store_spool.c.
Referenced by client_thread(), counter_create(), counter_decrease(), counter_destroy(), counter_increase(), counter_increase_with(), counter_set(), counter_value(), dispatch(), soap_send_loop(), store_spool_init(), store_spool_load(), store_spool_messages(), store_spool_save(), and store_spool_shutdown().
|
static |
Definition at line 84 of file bb_store_spool.c.
Referenced by store_spool_init(), store_spool_load(), store_spool_save(), and store_spool_shutdown().
|
static |
Definition at line 82 of file bb_store_spool.c.
Referenced by store_spool_for_each_message(), store_spool_init(), store_spool_load(), store_spool_save(), and store_spool_shutdown().