|
CUBRID Engine
latest
|
#include <master_heartbeat.h>

Public Attributes | |
| HB_JOB_ENTRY * | next |
| HB_JOB_ENTRY ** | prev |
| unsigned int | type |
| struct timeval | expire |
| HB_JOB_FUNC | func |
| HB_JOB_ARG * | arg |
Definition at line 353 of file master_heartbeat.h.
| HB_JOB_ARG* hb_job_entry::arg |
Definition at line 363 of file master_heartbeat.h.
Referenced by hb_help_sprint_jobs_info(), hb_job_queue(), hb_thread_cluster_worker(), and hb_thread_resource_worker().
| struct timeval hb_job_entry::expire |
Definition at line 360 of file master_heartbeat.h.
Referenced by hb_help_sprint_jobs_info(), hb_job_queue(), and hb_job_set_expire_and_reorder().
| HB_JOB_FUNC hb_job_entry::func |
Definition at line 362 of file master_heartbeat.h.
Referenced by hb_help_sprint_jobs_info(), hb_job_queue(), hb_thread_cluster_worker(), and hb_thread_resource_worker().
| HB_JOB_ENTRY* hb_job_entry::next |
Definition at line 355 of file master_heartbeat.h.
Referenced by hb_help_sprint_jobs_info(), hb_job_queue(), and hb_job_shutdown().
| HB_JOB_ENTRY** hb_job_entry::prev |
Definition at line 356 of file master_heartbeat.h.
Referenced by hb_job_queue().
| unsigned int hb_job_entry::type |
Definition at line 358 of file master_heartbeat.h.
Referenced by hb_help_sprint_jobs_info(), and hb_job_queue().