pacemaker  2.1.4-dc6eb4362
Scalable High-Availability cluster resource manager
Functions
pcmk_graph_logging.c File Reference
#include <crm_internal.h>
#include <crm/crm.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <pacemaker-internal.h>
Include dependency graph for pcmk_graph_logging.c:

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)
 

Function Documentation

◆ pcmk__graph_status2text()

const char* pcmk__graph_status2text ( enum transition_status  state)

Definition at line 26 of file pcmk_graph_logging.c.

◆ pcmk__log_graph()

void pcmk__log_graph ( unsigned int  log_level,
crm_graph_t graph 
)

Definition at line 199 of file pcmk_graph_logging.c.

◆ pcmk__log_graph_action()

void pcmk__log_graph_action ( int  log_level,
crm_action_t action 
)

Definition at line 193 of file pcmk_graph_logging.c.

◆ synapse_state_str()

const char* synapse_state_str ( synapse_t synapse)

Definition at line 94 of file pcmk_graph_logging.c.