| 
    pacemaker
    2.1.5-b7adf64e51
    
   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 213 of file pcmk_graph_logging.c.
| void pcmk__log_graph_action | ( | int | log_level, | 
| pcmk__graph_action_t * | action | ||
| ) | 
Definition at line 207 of file pcmk_graph_logging.c.
 1.8.14