|
pacemaker
2.1.8-3980678f03
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>#include <glib.h>#include <crm/crm.h>#include <crm/pengine/status.h>#include <pacemaker-internal.h>#include "libpacemaker_private.h"
Go to the source code of this file.
Functions | |
| bool | pcmk__probe_resource_list (GList *rscs, pcmk_node_t *node) |
| bool | pcmk__probe_rsc_on_node (pcmk_resource_t *rsc, pcmk_node_t *node) |
| void | pcmk__order_probes (pcmk_scheduler_t *scheduler) |
| void | pcmk__schedule_probes (pcmk_scheduler_t *scheduler) |
| void pcmk__order_probes | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 841 of file pcmk_sched_probes.c.
| bool pcmk__probe_resource_list | ( | GList * | rscs, |
| pcmk_node_t * | node | ||
| ) |
Definition at line 53 of file pcmk_sched_probes.c.
| bool pcmk__probe_rsc_on_node | ( | pcmk_resource_t * | rsc, |
| pcmk_node_t * | node | ||
| ) |
Definition at line 157 of file pcmk_sched_probes.c.
| void pcmk__schedule_probes | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 860 of file pcmk_sched_probes.c.
1.8.14