![]()  | 
  
    pacemaker
    2.0.5-ba59be712
    
   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/common/util.h>#include <glib.h>#include <crm/pengine/internal.h>
Go to the source code of this file.
Functions | |
| void | pe_metadata (void) | 
| void | verify_pe_options (GHashTable *options) | 
| const char * | pe_pref (GHashTable *options, const char *name) | 
| const char * | fail2text (enum action_fail_response fail) | 
| enum action_tasks | text2task (const char *task) | 
| const char * | task2text (enum action_tasks task) | 
| const char * | role2text (enum rsc_role_e role) | 
| enum rsc_role_e | text2role (const char *role) | 
| int | pe__add_scores (int score1, int score2) | 
| void | add_hash_param (GHashTable *hash, const char *name, const char *value) | 
| const char * | pe_node_attribute_calculated (const pe_node_t *node, const char *name, const pe_resource_t *rsc) | 
| const char * | pe_node_attribute_raw (pe_node_t *node, const char *name) | 
Variables | |
| gboolean | was_processing_error = FALSE | 
| gboolean | was_processing_warning = FALSE | 
| void add_hash_param | ( | GHashTable * | hash, | 
| const char * | name, | ||
| const char * | value | ||
| ) | 
| const char* fail2text | ( | enum action_fail_response | fail | ) | 
| const char* pe_node_attribute_calculated | ( | const pe_node_t * | node, | 
| const char * | name, | ||
| const pe_resource_t * | rsc | ||
| ) | 
| const char* pe_node_attribute_raw | ( | pe_node_t * | node, | 
| const char * | name | ||
| ) | 
| const char* pe_pref | ( | GHashTable * | options, | 
| const char * | name | ||
| ) | 
| const char* role2text | ( | enum rsc_role_e | role | ) | 
| const char* task2text | ( | enum action_tasks | task | ) | 
| enum rsc_role_e text2role | ( | const char * | role | ) | 
| enum action_tasks text2task | ( | const char * | task | ) | 
 1.8.15