60e631 Refactor: scheduler: Change args to pe__unpack_dataset_nvpairs.

6 files Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Refactor: scheduler: Change args to pe__unpack_dataset_nvpairs.
    
    It should now take a pe_rule_eval_data_t instead of various separate
    arguments.  This will allow passing further data that needs to be tested
    against in the future (such as rsc_defaults and op_defaults).  It's also
    convenient to make versions of pe_unpack_nvpairs and
    pe_unpack_versioned_attributes that take the same arguments.
    
    Then, adapt callers of pe__unpack_dataset_nvpairs to pass the new
    argument.
    
        
file modified
+9 -0
file modified
+32 -9
file modified
+21 -2
file modified
+30 -3
file modified
+44 -16