CUBRID Engine  latest
hbp_proc_register Struct Reference

#include <heartbeat.h>

Collaboration diagram for hbp_proc_register:
Collaboration graph

Public Attributes

int pid
 
int type
 
char exec_path [HB_MAX_SZ_PROC_EXEC_PATH]
 
char args [HB_MAX_SZ_PROC_ARGS]
 

Detailed Description

Definition at line 138 of file heartbeat.h.

Member Data Documentation

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().


The documentation for this struct was generated from the following file: