pacemaker
2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <pacemaker-internal.h>
Go to the source code of this file.
Functions | |
const char * | pcmk__graph_status2text (enum transition_status state) |
const char * | synapse_state_str (synapse_t *synapse) |
void | pcmk__log_graph_action (int log_level, crm_action_t *action) |
void | pcmk__log_graph (unsigned int log_level, crm_graph_t *graph) |
const char* pcmk__graph_status2text | ( | enum transition_status | state | ) |
Definition at line 26 of file pcmk_graph_logging.c.
void pcmk__log_graph | ( | unsigned int | log_level, |
crm_graph_t * | graph | ||
) |
Definition at line 199 of file pcmk_graph_logging.c.
void pcmk__log_graph_action | ( | int | log_level, |
crm_action_t * | action | ||
) |
Definition at line 193 of file pcmk_graph_logging.c.
const char* synapse_state_str | ( | synapse_t * | synapse | ) |
Definition at line 94 of file pcmk_graph_logging.c.