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