Linux Kernel
3.7.1
|
#include <heartbeat.h>
Data Fields | |
u32 | hc_magic |
struct list_head | hc_item |
o2hb_cb_func * | hc_func |
void * | hc_data |
int | hc_priority |
enum o2hb_callback_type | hc_type |
Definition at line 57 of file heartbeat.h.
void* hc_data |
Definition at line 61 of file heartbeat.h.
o2hb_cb_func* hc_func |
Definition at line 60 of file heartbeat.h.
Definition at line 59 of file heartbeat.h.
u32 hc_magic |
Definition at line 58 of file heartbeat.h.
int hc_priority |
Definition at line 62 of file heartbeat.h.
enum o2hb_callback_type hc_type |
Definition at line 63 of file heartbeat.h.