Rename pgroup_mode to pgroup_provenance

This commit is contained in:
ridiculousfish
2020-01-30 11:14:31 -08:00
parent aaaca9773a
commit a243e65939
3 changed files with 5 additions and 4 deletions

View File

@@ -1303,7 +1303,7 @@ end_execution_reason_t parse_execution_context_t::run_1_job(tnode_t<g::job> job_
// Clean up the job on failure or cancellation.
if (pop_result == end_execution_reason_t::ok) {
// Set the pgroup assignment mode, now that the job is populated.
job->pgroup_mode = get_pgroup_provenance(job, lineage);
job->pgroup_provenance = get_pgroup_provenance(job, lineage);
// Success. Give the job to the parser - it will clean it up.
parser->job_add(job);