aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/corelib/buildgraph/executor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/corelib/buildgraph/executor.h')
-rw-r--r--src/lib/corelib/buildgraph/executor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/corelib/buildgraph/executor.h b/src/lib/corelib/buildgraph/executor.h
index 79391d346..2756a7120 100644
--- a/src/lib/corelib/buildgraph/executor.h
+++ b/src/lib/corelib/buildgraph/executor.h
@@ -175,6 +175,7 @@ private:
std::unordered_map<QString, const ResolvedProject *> m_projectsByName;
std::unordered_map<QString, int> m_jobCountPerPool;
std::unordered_map<const ResolvedProduct *, JobLimits> m_jobLimitsPerProduct;
+ std::unordered_map<const Rule *, int> m_pendingTransformersPerRule;
NodeSet m_roots;
Leaves m_leaves;
InputArtifactScannerContext *m_inputArtifactScanContext;