|
pacemaker
2.1.6-802a72226b
Scalable High-Availability cluster resource manager
|
Deprecated Pacemaker utilities. More...
#include <glib.h>

Go to the source code of this file.
Macros | |
| #define | EOS '\0' |
| #define | MAX_IPC_DELAY 120 |
| #define | CRM_OP_LRM_QUERY "lrm_query" |
| #define | CRM_ATTR_RA_VERSION "#ra-version" |
| #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 44 of file crm_compat.h.
| #define __likely | ( | expr | ) | __builtin_expect(expr, 1) |
Definition at line 47 of file crm_compat.h.
| #define __unlikely | ( | expr | ) | __builtin_expect(expr, 0) |
Definition at line 49 of file crm_compat.h.
| #define CRM_ATTR_RA_VERSION "#ra-version" |
Definition at line 38 of file crm_compat.h.
| #define CRM_OP_LRM_QUERY "lrm_query" |
Definition at line 35 of file crm_compat.h.
| #define EOS '\0' |
Definition at line 29 of file crm_compat.h.
| #define MAX_IPC_DELAY 120 |
Definition at line 32 of file crm_compat.h.
| typedef GList* GListPtr |
Definition at line 55 of file crm_compat.h.
1.8.14