pacemaker
2.1.0-7c3f660
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker utilities. More...
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 |
Deprecated Pacemaker utilities.
Definition in file crm_compat.h.
#define __builtin_expect | ( | expr, | |
result | |||
) | (expr) |
Definition at line 36 of file crm_compat.h.
#define __likely | ( | expr | ) | __builtin_expect(expr, 1) |
Definition at line 39 of file crm_compat.h.
#define __unlikely | ( | expr | ) | __builtin_expect(expr, 0) |
Definition at line 41 of file crm_compat.h.
#define EOS '\0' |
Definition at line 27 of file crm_compat.h.
#define MAX_IPC_DELAY 120 |
Definition at line 30 of file crm_compat.h.
typedef GList* GListPtr |
Definition at line 47 of file crm_compat.h.