pacemaker
2.1.7-0f7f88312f
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 842 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 861 of file pcmk_sched_probes.c.