|
pacemaker
2.1.4-dc6eb4362
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 (pe_working_set_t *data_set) |
| int | pe__sum_node_health_scores (const pe_node_t *node, int base_health) |
| int | pe__node_health (pe_node_t *node) |
| int pe__node_health | ( | pe_node_t * | node | ) |
Definition at line 112 of file pe_health.c.
| int pe__sum_node_health_scores | ( | const pe_node_t * | node, |
| int | base_health | ||
| ) |
Definition at line 94 of file pe_health.c.
| void pe__unpack_node_health_scores | ( | pe_working_set_t * | data_set | ) |
Definition at line 23 of file pe_health.c.
1.8.14