pacemaker  3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
Macros
results_compat.h File Reference

Deprecated Pacemaker results API. More...

#include <glib.h>
#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)
 

Detailed Description

Deprecated Pacemaker results API.

Deprecated:
Do not include this header directly. The 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.