pacemaker
2.1.7-0f7f88312f
Scalable High-Availability cluster resource manager
|
#include <crm_internal.h>
#include <sys/param.h>
#include <crm/crm.h>
#include <crm/cib.h>
#include <crm/msg_xml.h>
#include <crm/common/xml.h>
#include <glib.h>
#include <pacemaker-internal.h>
#include "libpacemaker_private.h"
Go to the source code of this file.
Macros | |
#define | action_type_str(flags) (pcmk_is_set((flags), pcmk_action_pseudo)? "pseudo-action" : "action") |
#define | action_optional_str(flags) (pcmk_is_set((flags), pcmk_action_optional)? "optional" : "required") |
#define | action_runnable_str(flags) (pcmk_is_set((flags), pcmk_action_runnable)? "runnable" : "unrunnable") |
#define | action_node_str(a) (((a)->node == NULL)? "no node" : (a)->node->details->uname) |
Functions | |
bool | pcmk__graph_has_loop (const pcmk_action_t *init_action, const pcmk_action_t *action, pcmk__related_action_t *input) |
void | pcmk__log_transition_summary (const char *filename) |
void | pcmk__add_rsc_actions_to_graph (pcmk_resource_t *rsc) |
void | pcmk__create_graph (pcmk_scheduler_t *scheduler) |
#define action_node_str | ( | a | ) | (((a)->node == NULL)? "no node" : (a)->node->details->uname) |
Definition at line 35 of file pcmk_graph_producer.c.
#define action_optional_str | ( | flags | ) | (pcmk_is_set((flags), pcmk_action_optional)? "optional" : "required") |
Definition at line 29 of file pcmk_graph_producer.c.
#define action_runnable_str | ( | flags | ) | (pcmk_is_set((flags), pcmk_action_runnable)? "runnable" : "unrunnable") |
Definition at line 32 of file pcmk_graph_producer.c.
#define action_type_str | ( | flags | ) | (pcmk_is_set((flags), pcmk_action_pseudo)? "pseudo-action" : "action") |
Definition at line 26 of file pcmk_graph_producer.c.
void pcmk__add_rsc_actions_to_graph | ( | pcmk_resource_t * | rsc | ) |
Definition at line 977 of file pcmk_graph_producer.c.
void pcmk__create_graph | ( | pcmk_scheduler_t * | scheduler | ) |
Definition at line 1002 of file pcmk_graph_producer.c.
bool pcmk__graph_has_loop | ( | const pcmk_action_t * | init_action, |
const pcmk_action_t * | action, | ||
pcmk__related_action_t * | input | ||
) |
Definition at line 775 of file pcmk_graph_producer.c.
void pcmk__log_transition_summary | ( | const char * | filename | ) |
Definition at line 944 of file pcmk_graph_producer.c.