| 1703 | } |
| 1704 | |
| 1705 | static void |
| 1706 | dup_attr(gpointer key, gpointer value, gpointer user_data) |
| 1707 | { |
| 1708 | add_hash_param(user_data, key, value); |
| 1709 | } |
| 1710 | |
| 1711 | static action_t * |
| 1712 | pe_notify(resource_t * rsc, node_t * node, action_t * op, action_t * confirm, |
nothing calls this directly
no test coverage detected