progress error message

This commit is contained in:
Aditya Kulkarni
2018-10-25 22:45:16 -07:00
parent dd780c09c4
commit f680e316b1
6 changed files with 18 additions and 23 deletions

View File

@@ -27,6 +27,7 @@ struct ProgressReport {
int step;
int totalSteps;
int nextBlock;
bool hasErrors;
};
class Turnstile