summaryrefslogtreecommitdiffstats
path: root/edify
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-06-04 00:44:52 +0200
committerTianjie Xu <xunchang@google.com>2016-06-04 00:44:52 +0200
commit64f46fb16ccae69f7a826585c5eaba48fe1b05da (patch)
tree108cead8ed6bf16488fd843159eb61589ec2e6d2 /edify
parentresolve merge conflicts of fe8e356 to nyc-dev-plus-aosp (diff)
parentCall ioctl before each write on retry (diff)
downloadandroid_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.tar
android_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.tar.gz
android_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.tar.bz2
android_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.tar.lz
android_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.tar.xz
android_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.tar.zst
android_bootable_recovery-64f46fb16ccae69f7a826585c5eaba48fe1b05da.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