pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker utilities. More...
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 161 of file crm_compat.h.
#define __likely | ( | expr | ) | __builtin_expect(expr, 1) |
Definition at line 164 of file crm_compat.h.
#define __unlikely | ( | expr | ) | __builtin_expect(expr, 0) |
Definition at line 166 of file crm_compat.h.
#define CRM_ATTR_RA_VERSION "#ra-version" |
Definition at line 50 of file crm_compat.h.
#define CRM_OP_FENCE PCMK_ACTION_STONITH |
Definition at line 38 of file crm_compat.h.
#define CRM_OP_LRM_QUERY "lrm_query" |
Definition at line 41 of file crm_compat.h.
#define CRM_OP_RELAXED_CLONE PCMK_ACTION_CLONE_ONE_OR_MORE |
Definition at line 44 of file crm_compat.h.
#define CRM_OP_RELAXED_SET PCMK_ACTION_ONE_OR_MORE |
Definition at line 47 of file crm_compat.h.
#define CRMD_ACTION_CANCEL PCMK_ACTION_CANCEL |
Definition at line 53 of file crm_compat.h.
#define CRMD_ACTION_DELETE PCMK_ACTION_DELETE |
Definition at line 56 of file crm_compat.h.
#define CRMD_ACTION_DEMOTE PCMK_ACTION_DEMOTE |
Definition at line 59 of file crm_compat.h.
#define CRMD_ACTION_DEMOTED PCMK_ACTION_DEMOTED |
Definition at line 62 of file crm_compat.h.
#define CRMD_ACTION_METADATA PCMK_ACTION_META_DATA |
Definition at line 65 of file crm_compat.h.
#define CRMD_ACTION_MIGRATE PCMK_ACTION_MIGRATE_TO |
Definition at line 68 of file crm_compat.h.
#define CRMD_ACTION_MIGRATED PCMK_ACTION_MIGRATE_FROM |
Definition at line 71 of file crm_compat.h.
#define CRMD_ACTION_NOTIFIED PCMK_ACTION_NOTIFIED |
Definition at line 74 of file crm_compat.h.
#define CRMD_ACTION_NOTIFY PCMK_ACTION_NOTIFY |
Definition at line 77 of file crm_compat.h.
#define CRMD_ACTION_PROMOTE PCMK_ACTION_PROMOTE |
Definition at line 80 of file crm_compat.h.
#define CRMD_ACTION_PROMOTED PCMK_ACTION_PROMOTED |
Definition at line 83 of file crm_compat.h.
#define CRMD_ACTION_RELOAD PCMK_ACTION_RELOAD |
Definition at line 86 of file crm_compat.h.
#define CRMD_ACTION_RELOAD_AGENT PCMK_ACTION_RELOAD_AGENT |
Definition at line 89 of file crm_compat.h.
#define CRMD_ACTION_START PCMK_ACTION_START |
Definition at line 92 of file crm_compat.h.
#define CRMD_ACTION_STARTED PCMK_ACTION_RUNNING |
Definition at line 95 of file crm_compat.h.
#define CRMD_ACTION_STATUS PCMK_ACTION_MONITOR |
Definition at line 98 of file crm_compat.h.
#define CRMD_ACTION_STOP PCMK_ACTION_STOP |
Definition at line 101 of file crm_compat.h.
#define CRMD_ACTION_STOPPED PCMK_ACTION_STOPPED |
Definition at line 104 of file crm_compat.h.
#define CRMD_METADATA_CALL_TIMEOUT PCMK_DEFAULT_METADATA_TIMEOUT_MS |
Definition at line 107 of file crm_compat.h.
#define EOS '\0' |
Definition at line 32 of file crm_compat.h.
#define MAX_IPC_DELAY 120 |
Definition at line 35 of file crm_compat.h.
#define RSC_CANCEL PCMK_ACTION_CANCEL |
Definition at line 110 of file crm_compat.h.
#define RSC_DELETE PCMK_ACTION_DELETE |
Definition at line 113 of file crm_compat.h.
#define RSC_DEMOTE PCMK_ACTION_DEMOTE |
Definition at line 116 of file crm_compat.h.
#define RSC_DEMOTED PCMK_ACTION_DEMOTED |
Definition at line 119 of file crm_compat.h.
#define RSC_METADATA PCMK_ACTION_META_DATA |
Definition at line 122 of file crm_compat.h.
#define RSC_MIGRATE PCMK_ACTION_MIGRATE_TO |
Definition at line 125 of file crm_compat.h.
#define RSC_MIGRATED PCMK_ACTION_MIGRATE_FROM |
Definition at line 128 of file crm_compat.h.
#define RSC_NOTIFIED PCMK_ACTION_NOTIFIED |
Definition at line 131 of file crm_compat.h.
#define RSC_NOTIFY PCMK_ACTION_NOTIFY |
Definition at line 134 of file crm_compat.h.
#define RSC_PROMOTE PCMK_ACTION_PROMOTE |
Definition at line 137 of file crm_compat.h.
#define RSC_PROMOTED PCMK_ACTION_PROMOTED |
Definition at line 140 of file crm_compat.h.
#define RSC_START PCMK_ACTION_START |
Definition at line 143 of file crm_compat.h.
#define RSC_STARTED PCMK_ACTION_RUNNING |
Definition at line 146 of file crm_compat.h.
#define RSC_STATUS PCMK_ACTION_MONITOR |
Definition at line 149 of file crm_compat.h.
#define RSC_STOP PCMK_ACTION_STOP |
Definition at line 152 of file crm_compat.h.
#define RSC_STOPPED PCMK_ACTION_STOPPED |
Definition at line 155 of file crm_compat.h.
typedef GList* GListPtr |
Definition at line 172 of file crm_compat.h.