pacemaker  2.1.9-49aab99839
Scalable High-Availability cluster resource manager
Macros | Functions
results_compat.h File Reference

Deprecated Pacemaker results API. More...

#include <crm/common/results.h>
Include dependency graph for results_compat.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define CRM_ASSERT(expr)
 

Functions

const char * bz2_strerror (int rc)
 
crm_exit_t crm_errno2exit (int rc)
 

Detailed Description

Deprecated Pacemaker results API.

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

Definition in file results_compat.h.

Macro Definition Documentation

◆ CRM_ASSERT

#define CRM_ASSERT (   expr)
Value:
do { \
if (!(expr)) { \
crm_abort(__FILE__, __func__, __LINE__, #expr, TRUE, FALSE); \
} \
} while(0)

Definition at line 28 of file results_compat.h.

Function Documentation

◆ bz2_strerror()

const char* bz2_strerror ( int  rc)
Deprecated:
Do not use

Definition at line 1217 of file results.c.

◆ crm_errno2exit()

crm_exit_t crm_errno2exit ( int  rc)
Deprecated:
Use pcmk_rc2exitc(pcmk_legacy2rc(rc)) instead

Definition at line 1250 of file results.c.