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

hb_info Struct Reference


Data Fields

hb_send_func_tsend_func
double freq
hb_load_func_tload_func
long thread
volatile sig_atomic_t running

Field Documentation

double hb_info::freq
 

Definition at line 73 of file heartbeat.c.

Referenced by heartbeat_start(), and heartbeat_thread().

hb_load_func_t* hb_info::load_func
 

Definition at line 74 of file heartbeat.c.

Referenced by heartbeat_start(), and heartbeat_thread().

volatile sig_atomic_t hb_info::running
 

Definition at line 76 of file heartbeat.c.

Referenced by heartbeat_start(), heartbeat_stop(), and heartbeat_thread().

hb_send_func_t* hb_info::send_func
 

Definition at line 72 of file heartbeat.c.

Referenced by heartbeat_start(), and heartbeat_thread().

long hb_info::thread
 

Definition at line 75 of file heartbeat.c.

Referenced by find_hb(), heartbeat_start(), and heartbeat_stop().


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.