![]() |
pacemaker
3.0.0-d8340737c4
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/common/output.h>
#include <crm/common/results.h>
#include <crm/common/xml.h>
#include <crm/stonith-ng.h>
#include <crm/fencing/internal.h>
#include <crm/pengine/internal.h>
#include <libxml/tree.h>
#include <pacemaker-internal.h>
#include <inttypes.h>
#include <stdint.h>
Go to the source code of this file.
Macros | |
#define | STOP_SANITY_ASSERT(lineno) |
#define | CHECK_RC(retcode, retval) |
#define | KV_PAIR(k, v) |
Functions | |
void | pcmk__register_lib_messages (pcmk__output_t *out) |
#define CHECK_RC | ( | retcode, | |
retval | |||
) |
Definition at line 1801 of file pcmk_output.c.
#define KV_PAIR | ( | k, | |
v | |||
) |
Definition at line 2156 of file pcmk_output.c.
#define STOP_SANITY_ASSERT | ( | lineno | ) |
Definition at line 1080 of file pcmk_output.c.
void pcmk__register_lib_messages | ( | pcmk__output_t * | out | ) |
Definition at line 2709 of file pcmk_output.c.