pacemaker  2.1.5-b7adf64e51
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

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

◆ crm_errno2exit()

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

Definition at line 1024 of file results.c.