8fe952 Refactor: scheduler: Reimplement core rule eval functions.

2 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Refactor: scheduler: Reimplement core rule eval functions.
    
    The core functions of pe_evaluate_rules, pe_test_rule, and
    pe_test_expression have been turned into new, similarly named functions
    that take a pe_rule_eval_data_t as an argument.  The old ones still
    exist as wrappers around the new ones.
    
        
file modified
+7 -0
file modified
+155 -104