inactive           46 include/crm/pengine/internal.h     GListPtr inactive;          /* notify_entry_t*  */
inactive          469 pengine/notif.c                 n_data->inactive = g_list_prepend(n_data->inactive, entry);
inactive          606 pengine/notif.c     if (n_data->inactive) {
inactive          607 pengine/notif.c         n_data->inactive = g_list_sort(n_data->inactive, sort_notify_entries);
inactive          609 pengine/notif.c     expand_list(n_data->inactive, &rsc_list, NULL);
inactive          740 pengine/notif.c     g_list_free_full(n_data->inactive, free);