| 
| enum   | no_quorum_policy_e { no_quorum_freeze, 
no_quorum_stop, 
no_quorum_ignore, 
no_quorum_suicide
 } | 
|   | 
| enum   | node_type { node_ping, 
node_member, 
node_remote
 } | 
|   | 
| enum   | pe_restart { pe_restart_restart, 
pe_restart_ignore
 } | 
|   | 
| enum   | pe_find {  
  pe_find_renamed = 0x001, 
pe_find_anon = 0x002, 
pe_find_clone = 0x004, 
pe_find_current = 0x008, 
 
  pe_find_inactive = 0x010, 
pe_find_any = 0x020
 
 } | 
|   | 
| enum   | pe_graph_flags { pe_graph_none = 0x00000, 
pe_graph_updated_first = 0x00001, 
pe_graph_updated_then = 0x00002, 
pe_graph_disable = 0x00004
 } | 
|   | 
| enum   | pe_action_flags {  
  pe_action_pseudo = 0x00001, 
pe_action_runnable = 0x00002, 
pe_action_optional = 0x00004, 
pe_action_print_always = 0x00008, 
 
  pe_action_have_node_attrs = 0x00010, 
pe_action_failure_is_fatal = 0x00020, 
pe_action_implied_by_stonith = 0x00040, 
pe_action_migrate_runnable = 0x00080, 
 
  pe_action_dumped = 0x00100, 
pe_action_processed = 0x00200, 
pe_action_clear = 0x00400, 
pe_action_dangle = 0x00800, 
 
  pe_action_requires_any = 0x01000, 
pe_action_reschedule = 0x02000, 
pe_action_tracking = 0x04000
 
 } | 
|   | 
| enum   | pe_link_state { pe_link_not_dumped, 
pe_link_dumped, 
pe_link_dup
 } | 
|   | 
| enum   | pe_discover_e { pe_discover_always = 0, 
pe_discover_never, 
pe_discover_exclusive
 } | 
|   | 
| enum   | pe_ordering {  
  pe_order_none = 0x0, 
pe_order_optional = 0x1, 
pe_order_apply_first_non_migratable = 0x2, 
pe_order_implies_first = 0x10, 
 
  pe_order_implies_then = 0x20, 
pe_order_implies_first_master = 0x40, 
pe_order_implies_first_migratable = 0x80, 
pe_order_runnable_left = 0x100, 
 
  pe_order_pseudo_left = 0x200, 
pe_order_implies_then_on_node = 0x400, 
pe_order_probe = 0x800, 
pe_order_restart = 0x1000, 
 
  pe_order_stonith_stop = 0x2000, 
pe_order_serialize_only = 0x4000, 
pe_order_same_node = 0x8000, 
pe_order_implies_first_printed = 0x10000, 
 
  pe_order_implies_then_printed = 0x20000, 
pe_order_asymmetrical = 0x100000, 
pe_order_load = 0x200000, 
pe_order_one_or_more = 0x400000, 
 
  pe_order_anti_colocation = 0x800000, 
pe_order_preserve = 0x1000000, 
pe_order_then_cancels_first = 0x2000000, 
pe_order_trace = 0x4000000
 
 } | 
|   | 
 | 
| const char *  | rsc_printable_id (resource_t *rsc) | 
|   | 
| gboolean  | cluster_status (pe_working_set_t *data_set) | 
|   | 
| void  | set_working_set_defaults (pe_working_set_t *data_set) | 
|   | 
| void  | cleanup_calculations (pe_working_set_t *data_set) | 
|   | 
| resource_t *  | pe_find_resource (GListPtr rsc_list, const char *id_rh) | 
|   | 
| resource_t *  | pe_find_resource_with_flags (GListPtr rsc_list, const char *id, enum pe_find flags) | 
|   | 
| node_t *  | pe_find_node (GListPtr node_list, const char *uname) | 
|   | 
| node_t *  | pe_find_node_id (GListPtr node_list, const char *id) | 
|   | 
| node_t *  | pe_find_node_any (GListPtr node_list, const char *id, const char *uname) | 
|   | 
| GListPtr  | find_operations (const char *rsc, const char *node, gboolean active_filter, pe_working_set_t *data_set) | 
|   | 
| int  | pe_bundle_replicas (const resource_t *rsc) | 
|   | Get the number of configured replicas in a bundle.  More...
  | 
|   |