Add option key responsible for the verdict

Also, expose the RevisionCounter
This commit is contained in:
Daniel
2020-10-29 16:24:17 +01:00
parent 263eb0578a
commit c09d32cf08
8 changed files with 176 additions and 133 deletions

View File

@@ -26,7 +26,7 @@ type LayeredProfile struct {
localProfile *Profile
layers []*Profile
revisionCounter uint64
RevisionCounter uint64
validityFlag *abool.AtomicBool
validityFlagLock sync.Mutex