pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
Scheduler API for probes. More...
#include <stdbool.h>
#include <glib.h>
#include <libxml/tree.h>
Go to the source code of this file.
Functions | |
bool | pcmk_is_probe (const char *task, guint interval) |
Check whether an action name and interval represent a probe. More... | |
bool | pcmk_xe_is_probe (const xmlNode *xml_op) |
Check whether an action history entry represents a probe. More... | |
bool | pcmk_xe_mask_probe_failure (const xmlNode *xml_op) |
Check whether an action history entry represents a maskable probe. More... | |
Scheduler API for probes.
Definition in file probes.h.
bool pcmk_is_probe | ( | const char * | task, |
guint | interval_ms | ||
) |
bool pcmk_xe_is_probe | ( | const xmlNode * | xml | ) |
bool pcmk_xe_mask_probe_failure | ( | const xmlNode * | xml | ) |