pacemaker
2.1.7-0f7f88312f
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 pcmk__graph_status state) |
void | pcmk__log_graph_action (int log_level, pcmk__graph_action_t *action) |
void | pcmk__log_graph (unsigned int log_level, pcmk__graph_t *graph) |
const char* pcmk__graph_status2text | ( | enum pcmk__graph_status | state | ) |
Definition at line 26 of file pcmk_graph_logging.c.
void pcmk__log_graph | ( | unsigned int | log_level, |
pcmk__graph_t * | graph | ||
) |
Definition at line 214 of file pcmk_graph_logging.c.
void pcmk__log_graph_action | ( | int | log_level, |
pcmk__graph_action_t * | action | ||
) |
Definition at line 208 of file pcmk_graph_logging.c.