Add two missing enums (#48)

* Add in two missing enum values.
This commit is contained in:
Tom D 2019-07-03 11:32:22 -07:00 committed by GitHub
parent 5c6b9242df
commit 709b568a93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -104,6 +104,8 @@ message StatusReport {
REPORT_TPM_UNSUITABLE = 1;
REPORT_TPM_OPERATION_FAILURE = 2;
REPORT_LOG_UNAVAILABLE = 3;
REPORT_EKCERT_UNAVAILABLE = 4;
REPORT_EKCERT_DEBUG = 5;
};
ReportType type = 1;