pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Functions
rules_compat.h File Reference

Deprecated Pacemaker rule API. More...

#include <glib.h>
#include <libxml/tree.h>
#include <crm/common/iso8601.h>
#include <crm/pengine/pe_types.h>
Include dependency graph for rules_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

gboolean test_rule (xmlNode *rule, GHashTable *node_hash, enum rsc_role_e role, crm_time_t *now)
 

Detailed Description

Deprecated Pacemaker rule API.

Deprecated:
Do not include this header directly. The rule APIs in this header, and the header itself, will be removed in a future release.

Definition in file rules_compat.h.

Function Documentation

◆ test_rule()

gboolean test_rule ( xmlNode *  rule,
GHashTable *  node_hash,
enum rsc_role_e  role,
crm_time_t now 
)
Deprecated:
Use pcmk_evaluate_rule() instead

Definition at line 246 of file rules.c.