89 #  define RSC_ROLE_MAX  RSC_ROLE_MASTER+1 
   91 #  define RSC_ROLE_UNKNOWN_S "Unknown" 
   92 #  define RSC_ROLE_STOPPED_S "Stopped" 
   93 #  define RSC_ROLE_STARTED_S "Started" 
   94 #  define RSC_ROLE_SLAVE_S   "Slave" 
   95 #  define RSC_ROLE_MASTER_S  "Master" 
  122 const char *
pe_pref(GHashTable * options, 
const char *name);
 
  125 static inline const char *
 
  130             return "shutting it down";
 
  132             return "attempting recovery";
 
  134             return "waiting for an administrator";
 
const char * task2text(enum action_tasks task)
 
enum action_tasks text2task(const char *task)
 
const char * pe_pref(GHashTable *options, const char *name)
 
const char * role2text(enum rsc_role_e role)
 
void calculate_active_ops(GList *sorted_op_list, int *start_index, int *stop_index)
 
enum rsc_role_e text2role(const char *role)
 
const char * fail2text(enum action_fail_response fail)
 
gboolean was_processing_error
 
gboolean was_processing_warning
 
enum crm_ais_msg_types type