CUBRID Engine
latest
|
#include <heartbeat.h>
Public Attributes | |
int | pid |
int | type |
char | exec_path [HB_MAX_SZ_PROC_EXEC_PATH] |
char | args [HB_MAX_SZ_PROC_ARGS] |
Definition at line 138 of file heartbeat.h.
char hbp_proc_register::args[HB_MAX_SZ_PROC_ARGS] |
Definition at line 143 of file heartbeat.h.
Referenced by hb_make_set_hbp_register(), and hb_register_new_process().
char hbp_proc_register::exec_path[HB_MAX_SZ_PROC_EXEC_PATH] |
Definition at line 142 of file heartbeat.h.
Referenced by hb_make_set_hbp_register(), and hb_register_new_process().
int hbp_proc_register::pid |
Definition at line 140 of file heartbeat.h.
Referenced by hb_make_set_hbp_register(), and hb_register_new_process().
int hbp_proc_register::type |
Definition at line 141 of file heartbeat.h.
Referenced by hb_make_set_hbp_register(), and hb_register_new_process().