summaryrefslogtreecommitdiffstats
path: root/edify
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-06-04 00:38:11 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-06-04 00:38:11 +0200
commit57ad046d9d23d16f6b5a27a16d18104ec4770511 (patch)
tree9cbcb84805ec61f74572e6e815240a77914261ca /edify
parentDisable the meaningless parts of the UI for A/B. (diff)
parentCall ioctl before each write on retry (diff)
downloadandroid_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.tar
android_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.tar.gz
android_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.tar.bz2
android_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.tar.lz
android_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.tar.xz
android_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.tar.zst
android_bootable_recovery-57ad046d9d23d16f6b5a27a16d18104ec4770511.zip
Diffstat (limited to 'edify')
-rw-r--r--edify/expr.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/edify/expr.h b/edify/expr.h
index 5c06de846..886347991 100644
--- a/edify/expr.h
+++ b/edify/expr.h
@@ -49,6 +49,8 @@ typedef struct {
// in addition to the error code.
CauseCode cause_code = kNoCause;
+ bool is_retry = false;
+
} State;
#define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null