pacemaker
2.1.9-49aab99839
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker utilities. More...
#include <strings.h>
#include <glib.h>
#include <crm/common/actions.h>
#include <crm/common/scores.h>
Go to the source code of this file.
Typedefs | |
typedef GList * | GListPtr |
Deprecated Pacemaker utilities.
Definition in file crm_compat.h.
#define __builtin_expect | ( | expr, | |
result | |||
) | (expr) |
Definition at line 192 of file crm_compat.h.
#define __likely | ( | expr | ) | __builtin_expect(expr, 1) |
Definition at line 195 of file crm_compat.h.
#define __unlikely | ( | expr | ) | __builtin_expect(expr, 0) |
Definition at line 197 of file crm_compat.h.
#define CRM_ATTR_RA_VERSION "#ra-version" |
Definition at line 78 of file crm_compat.h.
#define CRM_INFINITY_S PCMK_VALUE_INFINITY |
Definition at line 51 of file crm_compat.h.
#define CRM_MINUS_INFINITY_S PCMK_VALUE_MINUS_INFINITY |
Definition at line 54 of file crm_compat.h.
#define CRM_OP_FENCE PCMK_ACTION_STONITH |
Definition at line 66 of file crm_compat.h.
#define CRM_OP_LOCAL_SHUTDOWN "start_shutdown" |
Definition at line 186 of file crm_compat.h.
#define CRM_OP_LRM_QUERY "lrm_query" |
Definition at line 69 of file crm_compat.h.
#define CRM_OP_RELAXED_CLONE PCMK_ACTION_CLONE_ONE_OR_MORE |
Definition at line 72 of file crm_compat.h.
#define CRM_OP_RELAXED_SET PCMK_ACTION_ONE_OR_MORE |
Definition at line 75 of file crm_compat.h.
#define CRM_PLUS_INFINITY_S PCMK_VALUE_PLUS_INFINITY |
Definition at line 57 of file crm_compat.h.
#define CRM_SCORE_INFINITY PCMK_SCORE_INFINITY |
Definition at line 40 of file crm_compat.h.
#define CRMD_ACTION_CANCEL PCMK_ACTION_CANCEL |
Definition at line 81 of file crm_compat.h.
#define CRMD_ACTION_DELETE PCMK_ACTION_DELETE |
Definition at line 84 of file crm_compat.h.
#define CRMD_ACTION_DEMOTE PCMK_ACTION_DEMOTE |
Definition at line 87 of file crm_compat.h.
#define CRMD_ACTION_DEMOTED PCMK_ACTION_DEMOTED |
Definition at line 90 of file crm_compat.h.
#define CRMD_ACTION_METADATA PCMK_ACTION_META_DATA |
Definition at line 93 of file crm_compat.h.
#define CRMD_ACTION_MIGRATE PCMK_ACTION_MIGRATE_TO |
Definition at line 96 of file crm_compat.h.
#define CRMD_ACTION_MIGRATED PCMK_ACTION_MIGRATE_FROM |
Definition at line 99 of file crm_compat.h.
#define CRMD_ACTION_NOTIFIED PCMK_ACTION_NOTIFIED |
Definition at line 102 of file crm_compat.h.
#define CRMD_ACTION_NOTIFY PCMK_ACTION_NOTIFY |
Definition at line 105 of file crm_compat.h.
#define CRMD_ACTION_PROMOTE PCMK_ACTION_PROMOTE |
Definition at line 108 of file crm_compat.h.
#define CRMD_ACTION_PROMOTED PCMK_ACTION_PROMOTED |
Definition at line 111 of file crm_compat.h.
#define CRMD_ACTION_RELOAD PCMK_ACTION_RELOAD |
Definition at line 114 of file crm_compat.h.
#define CRMD_ACTION_RELOAD_AGENT PCMK_ACTION_RELOAD_AGENT |
Definition at line 117 of file crm_compat.h.
#define CRMD_ACTION_START PCMK_ACTION_START |
Definition at line 120 of file crm_compat.h.
#define CRMD_ACTION_STARTED PCMK_ACTION_RUNNING |
Definition at line 123 of file crm_compat.h.
#define CRMD_ACTION_STATUS PCMK_ACTION_MONITOR |
Definition at line 126 of file crm_compat.h.
#define CRMD_ACTION_STOP PCMK_ACTION_STOP |
Definition at line 129 of file crm_compat.h.
#define CRMD_ACTION_STOPPED PCMK_ACTION_STOPPED |
Definition at line 132 of file crm_compat.h.
#define CRMD_METADATA_CALL_TIMEOUT PCMK_DEFAULT_METADATA_TIMEOUT_MS |
Definition at line 135 of file crm_compat.h.
#define EOS '\0' |
Definition at line 33 of file crm_compat.h.
#define INFINITY PCMK_SCORE_INFINITY |
Definition at line 48 of file crm_compat.h.
#define INFINITY_S "INFINITY" |
Definition at line 60 of file crm_compat.h.
#define MAX_IPC_DELAY 120 |
Definition at line 36 of file crm_compat.h.
#define MINUS_INFINITY_S "-INFINITY" |
Definition at line 63 of file crm_compat.h.
#define RSC_CANCEL PCMK_ACTION_CANCEL |
Definition at line 138 of file crm_compat.h.
#define RSC_DELETE PCMK_ACTION_DELETE |
Definition at line 141 of file crm_compat.h.
#define RSC_DEMOTE PCMK_ACTION_DEMOTE |
Definition at line 144 of file crm_compat.h.
#define RSC_DEMOTED PCMK_ACTION_DEMOTED |
Definition at line 147 of file crm_compat.h.
#define RSC_METADATA PCMK_ACTION_META_DATA |
Definition at line 150 of file crm_compat.h.
#define RSC_MIGRATE PCMK_ACTION_MIGRATE_TO |
Definition at line 153 of file crm_compat.h.
#define RSC_MIGRATED PCMK_ACTION_MIGRATE_FROM |
Definition at line 156 of file crm_compat.h.
#define RSC_NOTIFIED PCMK_ACTION_NOTIFIED |
Definition at line 159 of file crm_compat.h.
#define RSC_NOTIFY PCMK_ACTION_NOTIFY |
Definition at line 162 of file crm_compat.h.
#define RSC_PROMOTE PCMK_ACTION_PROMOTE |
Definition at line 165 of file crm_compat.h.
#define RSC_PROMOTED PCMK_ACTION_PROMOTED |
Definition at line 168 of file crm_compat.h.
#define RSC_START PCMK_ACTION_START |
Definition at line 171 of file crm_compat.h.
#define RSC_STARTED PCMK_ACTION_RUNNING |
Definition at line 174 of file crm_compat.h.
#define RSC_STATUS PCMK_ACTION_MONITOR |
Definition at line 177 of file crm_compat.h.
#define RSC_STOP PCMK_ACTION_STOP |
Definition at line 180 of file crm_compat.h.
#define RSC_STOPPED PCMK_ACTION_STOPPED |
Definition at line 183 of file crm_compat.h.
typedef GList* GListPtr |
Definition at line 204 of file crm_compat.h.