pacemaker  2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
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.

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.

Function Documentation

◆ bz2_strerror()

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

Definition at line 1105 of file results.c.

◆ crm_errno2exit()

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

Definition at line 1138 of file results.c.