summaryrefslogtreecommitdiff
path: root/metrics.h
diff options
context:
space:
mode:
Diffstat (limited to 'metrics.h')
-rw-r--r--metrics.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/metrics.h b/metrics.h
index ec9d8806..bb9fa5e9 100644
--- a/metrics.h
+++ b/metrics.h
@@ -149,6 +149,7 @@ enum class AttemptResult {
kVerificationFailed, // Root or Kernel partition verification failed.
kPostInstallFailed, // The postinstall step failed.
kAbnormalTermination, // The attempt ended abnormally.
+ kUpdateCanceled, // Update canceled by the user.
kNumConstants,