pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Macros | Typedefs
crm_compat.h File Reference

Deprecated Pacemaker utilities. More...

#include <glib.h>
#include <crm_config.h>
#include <crm/common/scores.h>
Include dependency graph for crm_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRM_SYSTEM_STONITHD   "stonithd"
 
#define CRM_SCHEMA_DIRECTORY   PCMK_SCHEMA_DIR
 
#define CRM_SCORE_INFINITY   PCMK_SCORE_INFINITY
 
#define PE_STATE_DIR   PCMK_SCHEDULER_INPUT_DIR
 
#define OCF_ROOT_DIR   PCMK_OCF_ROOT
 

Typedefs

typedef GList * GListPtr
 

Detailed Description

Deprecated Pacemaker utilities.

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

Definition in file crm_compat.h.

Macro Definition Documentation

◆ CRM_SCHEMA_DIRECTORY

#define CRM_SCHEMA_DIRECTORY   PCMK_SCHEMA_DIR
Deprecated:
Use PCMK_SCHEMA_DIR instead

Definition at line 35 of file crm_compat.h.

◆ CRM_SCORE_INFINITY

#define CRM_SCORE_INFINITY   PCMK_SCORE_INFINITY
Deprecated:
Use PCMK_SCORE_INFINITY instead

Definition at line 39 of file crm_compat.h.

◆ CRM_SYSTEM_STONITHD

#define CRM_SYSTEM_STONITHD   "stonithd"
Deprecated:
Do not use (will be removed in a future release)

Definition at line 32 of file crm_compat.h.

◆ OCF_ROOT_DIR

#define OCF_ROOT_DIR   PCMK_OCF_ROOT
Deprecated:
Use PCMK_OCF_ROOT instead

Definition at line 45 of file crm_compat.h.

◆ PE_STATE_DIR

#define PE_STATE_DIR   PCMK_SCHEDULER_INPUT_DIR
Deprecated:
Use PCMK_SCHEDULER_INPUT_DIR instead

Definition at line 42 of file crm_compat.h.

Typedef Documentation

◆ GListPtr

typedef GList* GListPtr
Deprecated:
Use GList * instead

Definition at line 49 of file crm_compat.h.