Kannel: Open Source WAP and SMS gateway
svn-r5336
|
#include <errno.h>
#include <stdlib.h>
#include <stdio.h>
#include <time.h>
#include <string.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <signal.h>
#include "gwlib/gwlib.h"
#include "msg.h"
#include "bearerbox.h"
#include "sms.h"
Go to the source code of this file.
Functions | |
static void | write_msg (Msg *msg) |
static int | read_msg (Msg **msg, Octstr *os, long *off) |
static int | open_file (Octstr *name) |
static int | rename_store (void) |
static int | do_dump (void) |
static void | store_dumper (void *arg) |
static void | store_file_for_each_message (void(*callback_fn)(Msg *msg, void *data), void *data) |
static long | store_file_messages (void) |
static int | store_to_dict (Msg *msg) |
static int | store_file_save (Msg *msg) |
static int | store_file_save_ack (Msg *msg, ack_status_t status) |
static int | store_file_load (void(*receive_msg)(Msg *)) |
static int | store_file_dump (void) |
static void | store_file_shutdown (void) |
int | store_file_init (const Octstr *fname, long dump_freq) |
Variables | |
static FILE * | file = NULL |
static Octstr * | filename = NULL |
static Octstr * | newfile = NULL |
static Octstr * | bakfile = NULL |
static Mutex * | file_mutex = NULL |
static long | cleanup_thread = -1 |
static long | dump_frequency = 0 |
static Dict * | sms_dict = NULL |
static int | active = 1 |
static time_t | last_dict_mod = 0 |
static List * | loaded |
|
static |
Definition at line 176 of file bb_store_file.c.
References dict_get(), dict_keys(), file, filename, gwlist_destroy(), gwlist_get(), gwlist_len(), msg, newfile, octstr_destroy_item(), open_file(), rename_store(), sms_dict, and write_msg().
Referenced by store_file_dump(), and store_file_load().
|
static |
Definition at line 146 of file bb_store_file.c.
References error(), file, name, and octstr_get_cstr.
Referenced by do_dump(), and store_file_load().
Definition at line 118 of file bb_store_file.c.
References decode_network_long(), error(), gw_assert(), msg, octstr_copy, octstr_destroy(), octstr_get_many_chars(), octstr_len(), and store_msg_unpack.
Referenced by store_file_load().
|
static |
Definition at line 158 of file bb_store_file.c.
References bakfile, error(), filename, newfile, and octstr_get_cstr.
Referenced by do_dump().
|
static |
Definition at line 213 of file bb_store_file.c.
References active, bakfile, dict_destroy(), dump_frequency, file, file_mutex, filename, gwthread_sleep(), last_dict_mod, mutex_destroy(), newfile, octstr_destroy(), sms_dict, and store_dump.
Referenced by store_file_load().
|
static |
Definition at line 482 of file bb_store_file.c.
References debug(), dict_key_count(), do_dump(), file, file_mutex, mutex_lock, mutex_unlock, and sms_dict.
Referenced by store_file_init().
|
static |
Definition at line 261 of file bb_store_file.c.
References status::callback_fn, status::data, dict_get(), dict_keys(), file_mutex, filename, gwlist_destroy(), gwlist_get(), gwlist_len(), msg, mutex_lock, mutex_unlock, octstr_destroy_item(), and sms_dict.
Referenced by store_file_init().
int store_file_init | ( | const Octstr * | fname, |
long | dump_freq | ||
) |
Definition at line 515 of file bb_store_file.c.
References active, bakfile, BB_STORE_DEFAULT_DUMP_FREQ, dict_create(), dump_frequency, file_mutex, filename, gwlist_add_producer(), gwlist_create, loaded, msg_destroy_item(), mutex_create, newfile, octstr_duplicate, octstr_format(), octstr_get_cstr, octstr_len(), panic, sms_dict, store_dump, store_file_dump(), store_file_for_each_message(), store_file_load(), store_file_messages(), store_file_save(), store_file_save_ack(), store_file_shutdown(), store_for_each_message, store_load, store_messages, store_save, store_save_ack, and store_shutdown.
Referenced by store_init().
|
static |
Definition at line 383 of file bb_store_file.c.
References bakfile, cleanup_thread, dict_key_count(), dict_keys(), dict_remove(), do_dump(), error(), file, file_mutex, filename, gwlist_destroy(), gwlist_extract_first(), gwlist_remove_producer(), gwthread_create, info(), loaded, msg, msg_destroy(), msg_dump(), mutex_lock, mutex_unlock, newfile, octstr_destroy(), octstr_destroy_item(), octstr_get_cstr, octstr_len(), octstr_read_file(), open_file(), panic, read_msg(), sms_dict, store_dumper(), store_to_dict(), and warning().
Referenced by store_file_init().
|
static |
Definition at line 287 of file bb_store_file.c.
References dict_key_count(), and sms_dict.
Referenced by store_file_init().
|
static |
Definition at line 332 of file bb_store_file.c.
References file, file_mutex, filename, gwlist_consume(), loaded, msg, mutex_lock, mutex_unlock, store_to_dict(), and write_msg().
Referenced by store_file_init().
|
static |
Definition at line 356 of file bb_store_file.c.
References filename, msg, msg_create, msg_destroy(), status::status, store_save, and uuid_copy().
Referenced by store_file_init().
|
static |
Definition at line 500 of file bb_store_file.c.
References active, cleanup_thread, filename, gwlist_destroy(), gwthread_join(), gwthread_wakeup(), and loaded.
Referenced by store_file_init().
|
static |
Definition at line 293 of file bb_store_file.c.
References dict_put(), dict_remove(), last_dict_mod, msg, msg_destroy(), msg_duplicate(), MSG_PARAM_UNDEFINED, octstr_create, octstr_destroy(), sms_dict, uuid_generate(), uuid_is_null(), UUID_STR_LEN, uuid_unparse(), and warning().
Referenced by store_file_load(), and store_file_save().
|
static |
Definition at line 102 of file bb_store_file.c.
References encode_network_long(), file, msg, octstr_destroy(), octstr_insert_data(), octstr_len(), octstr_print(), and store_msg_pack.
Referenced by do_dump(), and store_file_save().
|
static |
Definition at line 97 of file bb_store_file.c.
Referenced by store_dumper(), store_file_init(), and store_file_shutdown().
|
static |
Definition at line 90 of file bb_store_file.c.
Referenced by rename_store(), store_dumper(), store_file_init(), and store_file_load().
|
static |
Definition at line 92 of file bb_store_file.c.
Referenced by store_file_load(), and store_file_shutdown().
|
static |
Definition at line 93 of file bb_store_file.c.
Referenced by store_dumper(), and store_file_init().
|
static |
Definition at line 87 of file bb_store_file.c.
Referenced by do_dump(), open_file(), store_dumper(), store_file_dump(), store_file_load(), store_file_save(), and write_msg().
|
static |
Definition at line 91 of file bb_store_file.c.
Referenced by store_dumper(), store_file_dump(), store_file_for_each_message(), store_file_init(), store_file_load(), and store_file_save().
|
static |
Definition at line 88 of file bb_store_file.c.
Referenced by do_dump(), rename_store(), store_dumper(), store_file_for_each_message(), store_file_init(), store_file_load(), store_file_save(), store_file_save_ack(), and store_file_shutdown().
|
static |
Definition at line 98 of file bb_store_file.c.
Referenced by store_dumper(), and store_to_dict().
|
static |
Definition at line 99 of file bb_store_file.c.
Referenced by store_file_init(), store_file_load(), store_file_save(), and store_file_shutdown().
|
static |
Definition at line 89 of file bb_store_file.c.
Referenced by do_dump(), rename_store(), store_dumper(), store_file_init(), and store_file_load().
|
static |
Definition at line 95 of file bb_store_file.c.
Referenced by do_dump(), store_dumper(), store_file_dump(), store_file_for_each_message(), store_file_init(), store_file_load(), store_file_messages(), and store_to_dict().