| 
    pacemaker
    2.1.3-ea053b43a
    
   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 | __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 38 of file crm_compat.h.
| #define __likely | ( | expr | ) | __builtin_expect(expr, 1) | 
Definition at line 41 of file crm_compat.h.
| #define __unlikely | ( | expr | ) | __builtin_expect(expr, 0) | 
Definition at line 43 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 49 of file crm_compat.h.
 1.8.14