* Check for orphaned or redefined actions */
| 960 | * Check for orphaned or redefined actions |
| 961 | */ |
| 962 | gboolean |
| 963 | stage4(pe_working_set_t * data_set) |
| 964 | { |
| 965 | check_actions(data_set); |
| 966 | return TRUE; |
| 967 | } |
| 968 | |
| 969 | static gint |
| 970 | sort_rsc_process_order(gconstpointer a, gconstpointer b, gpointer data) |
no test coverage detected