Kannel: Open Source WAP and SMS gateway
svn-r5336
|
Go to the source code of this file.
Macros | |
#define | DEFAULT_HEARTBEAT 30 |
#define | ALL_HEARTBEATS -1 |
Typedefs | |
typedef long | hb_load_func_t(void) |
typedef void | hb_send_func_t(Msg *hb) |
Functions | |
long | heartbeat_start (hb_send_func_t *send_func, double freq, hb_load_func_t *load_func) |
void | heartbeat_stop (long hb_thread) |
#define ALL_HEARTBEATS -1 |
Definition at line 68 of file heartbeat.h.
Referenced by heartbeat_stop(), and main().
#define DEFAULT_HEARTBEAT 30 |
Definition at line 67 of file heartbeat.h.
Referenced by heartbeat_start(), main(), and run_smppbox().
typedef long hb_load_func_t(void) |
Definition at line 72 of file heartbeat.h.
typedef void hb_send_func_t(Msg *hb) |
Definition at line 78 of file heartbeat.h.
long heartbeat_start | ( | hb_send_func_t * | send_func, |
double | freq, | ||
hb_load_func_t * | load_func | ||
) |
Definition at line 126 of file heartbeat.c.
References DEFAULT_HEARTBEAT, hb_info::freq, gwlist_append(), gwlist_create, gwthread_create, heartbeat_thread(), heartbeats, info(), hb_info::load_func, and hb_info::send_func.
Referenced by main(), and run_smppbox().
void heartbeat_stop | ( | long | hb_thread | ) |
Definition at line 160 of file heartbeat.c.
References ALL_HEARTBEATS, find_hb(), gw_assert(), gwlist_destroy(), gwlist_extract_first(), gwlist_extract_matching(), gwlist_len(), gwthread_join(), gwthread_wakeup(), heartbeats, info(), and warning().
Referenced by main().