pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <glib.h>
#include <regex.h>
#include <crm/common/iso8601.h>
#include <crm/common/scheduler.h>
#include <crm/pengine/common_compat.h>
Go to the source code of this file.
Data Structures | |
struct | pe_re_match_data |
struct | pe_match_data |
struct | pe_rsc_eval_data |
struct | pe_op_eval_data |
struct | pe_rule_eval_data |
Typedefs | |
typedef struct pe_re_match_data | pe_re_match_data_t |
typedef struct pe_match_data | pe_match_data_t |
typedef struct pe_rsc_eval_data | pe_rsc_eval_data_t |
typedef struct pe_op_eval_data | pe_op_eval_data_t |
typedef struct pe_rule_eval_data | pe_rule_eval_data_t |
Functions | |
const char * | task2text (enum action_tasks task) |
enum action_tasks | text2task (const char *task) |
enum rsc_role_e | text2role (const char *role) |
const char * | role2text (enum rsc_role_e role) |
const char * | fail2text (enum action_fail_response fail) |
const char * | pe_pref (GHashTable *options, const char *name) |
Variables | |
gboolean | was_processing_error |
gboolean | was_processing_warning |
typedef struct pe_match_data pe_match_data_t |
typedef struct pe_op_eval_data pe_op_eval_data_t |
typedef struct pe_re_match_data pe_re_match_data_t |
typedef struct pe_rsc_eval_data pe_rsc_eval_data_t |
typedef struct pe_rule_eval_data pe_rule_eval_data_t |
const char* fail2text | ( | enum action_fail_response | fail | ) |
const char* pe_pref | ( | GHashTable * | options, |
const char * | name | ||
) |
const char* role2text | ( | enum rsc_role_e | role | ) |
const char* task2text | ( | enum action_tasks | task | ) |
enum rsc_role_e text2role | ( | const char * | role | ) |
enum action_tasks text2task | ( | const char * | task | ) |