| 195 | } |
| 196 | |
| 197 | const char * |
| 198 | pe_pref(GHashTable * options, const char *name) |
| 199 | { |
| 200 | return get_cluster_pref(options, pe_opts, DIMOF(pe_opts), name); |
| 201 | } |
| 202 | |
| 203 | const char * |
| 204 | fail2text(enum action_fail_response fail) |
no test coverage detected