![]() |
pacemaker
2.0.2-debe490
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <bzlib.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <qb/qbdefs.h>
#include <crm/common/mainloop.h>
#include <crm/common/xml.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
const char * | pcmk_errorname (int rc) |
const char * | pcmk_strerror (int rc) |
const char * | crm_exit_name (crm_exit_t exit_code) |
const char * | crm_exit_str (crm_exit_t exit_code) |
crm_exit_t | crm_errno2exit (int rc) |
Map an errno to a similar exit status. More... | |
const char * | bz2_strerror (int rc) |
crm_exit_t | crm_exit (crm_exit_t rc) |
crm_exit_t crm_errno2exit | ( | int | rc | ) |
crm_exit_t crm_exit | ( | crm_exit_t | rc | ) |
const char* crm_exit_name | ( | crm_exit_t | exit_code | ) |
const char* crm_exit_str | ( | crm_exit_t | exit_code | ) |