| 265 | } |
| 266 | |
| 267 | GHashTable * |
| 268 | master_merge_weights(resource_t * rsc, const char *rhs, GHashTable * nodes, const char *attr, |
| 269 | float factor, enum pe_weights flags) |
| 270 | { |
| 271 | return rsc_merge_weights(rsc, rhs, nodes, attr, factor, flags); |
| 272 | } |
| 273 | |
| 274 | static void |
| 275 | master_promotion_order(resource_t * rsc, pe_working_set_t * data_set) |
nothing calls this directly
no test coverage detected