pacemaker  2.1.0-7c3f660
Scalable High-Availability cluster resource manager
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Typedefs
crm_compat.h File Reference

Deprecated Pacemaker utilities. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define EOS   '\0'
 
#define MAX_IPC_DELAY   120
 
#define __builtin_expect(expr, result)   (expr)
 
#define __likely(expr)   __builtin_expect(expr, 1)
 
#define __unlikely(expr)   __builtin_expect(expr, 0)
 

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

#define __builtin_expect (   expr,
  result 
)    (expr)
Deprecated:
This macro will be removed in a future release

Definition at line 36 of file crm_compat.h.

#define __likely (   expr)    __builtin_expect(expr, 1)
Deprecated:
This macro will be removed in a future release

Definition at line 39 of file crm_compat.h.

#define __unlikely (   expr)    __builtin_expect(expr, 0)
Deprecated:
This macro will be removed in a future release

Definition at line 41 of file crm_compat.h.

#define EOS   '\0'
Deprecated:
Use '\0' instead

Definition at line 27 of file crm_compat.h.

#define MAX_IPC_DELAY   120
Deprecated:
This defined constant will be removed in a future release

Definition at line 30 of file crm_compat.h.

Typedef Documentation

typedef GList* GListPtr
Deprecated:
Use GList * instead

Definition at line 47 of file crm_compat.h.