![]()  | 
  
    pacemaker
    1.1.18-7fdfbbe
    
   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 <crm/transition.h>
Go to the source code of this file.
Functions | |
| void | set_default_graph_functions (void) | 
| void | set_graph_functions (crm_graph_functions_t *fns) | 
| const char * | transition_status (enum transition_status state) | 
| const char * | actiontype2text (action_type_e type) | 
| void | print_action (int log_level, const char *prefix, crm_action_t *action) | 
| void | print_graph (unsigned int log_level, crm_graph_t *graph) | 
| bool | update_abort_priority (crm_graph_t *graph, int priority, enum transition_action action, const char *abort_reason) | 
Variables | |
| crm_graph_functions_t * | graph_fns | 
| crm_graph_functions_t | default_fns | 
| const char* actiontype2text | ( | action_type_e | type | ) | 
| void print_action | ( | int | log_level, | 
| const char * | prefix, | ||
| crm_action_t * | action | ||
| ) | 
| void print_graph | ( | unsigned int | log_level, | 
| crm_graph_t * | graph | ||
| ) | 
| void set_graph_functions | ( | crm_graph_functions_t * | fns | ) | 
| const char* transition_status | ( | enum transition_status | state | ) | 
| bool update_abort_priority | ( | crm_graph_t * | graph, | 
| int | priority, | ||
| enum transition_action | action, | ||
| const char * | abort_reason | ||
| ) | 
| crm_graph_functions_t default_fns | 
| crm_graph_functions_t* graph_fns | 
 1.8.5