|
pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <crm/pengine/status.h>#include <crm/pengine/internal.h>#include "pe_status_private.h"
Go to the source code of this file.
Functions | |
| void | pe__unpack_node_health_scores (pcmk_scheduler_t *scheduler) |
| int | pe__sum_node_health_scores (const pcmk_node_t *node, int base_health) |
| int | pe__node_health (pcmk_node_t *node) |
| int pe__node_health | ( | pcmk_node_t * | node | ) |
Definition at line 114 of file pe_health.c.
| int pe__sum_node_health_scores | ( | const pcmk_node_t * | node, |
| int | base_health | ||
| ) |
Definition at line 96 of file pe_health.c.
| void pe__unpack_node_health_scores | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 23 of file pe_health.c.
1.8.14