summaryrefslogtreecommitdiff
path: root/src/lib/buildgraph/productbuilddata.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/buildgraph/productbuilddata.h')
-rw-r--r--src/lib/buildgraph/productbuilddata.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/buildgraph/productbuilddata.h b/src/lib/buildgraph/productbuilddata.h
index ac86f323f..53d68ad0d 100644
--- a/src/lib/buildgraph/productbuilddata.h
+++ b/src/lib/buildgraph/productbuilddata.h
@@ -50,6 +50,9 @@ public:
ArtifactList artifacts;
QList<RuleConstPtr> topSortedRules;
+ // Do not store, initialized in executor. Higher prioritized artifacts are built first.
+ unsigned int buildPriority;
+
void load(PersistentPool &pool);
void store(PersistentPool &pool) const;
};