summaryrefslogtreecommitdiff
path: root/client_library/include/update_engine/update_status.h
diff options
context:
space:
mode:
Diffstat (limited to 'client_library/include/update_engine/update_status.h')
-rw-r--r--client_library/include/update_engine/update_status.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/client_library/include/update_engine/update_status.h b/client_library/include/update_engine/update_status.h
index c1d0968f..b1cf1f85 100644
--- a/client_library/include/update_engine/update_status.h
+++ b/client_library/include/update_engine/update_status.h
@@ -90,6 +90,8 @@ struct UpdateEngineStatus {
bool is_install;
// The end-of-life date of the device in the number of days since Unix Epoch.
int64_t eol_date;
+ // The system will powerwash once the update is applied.
+ bool will_powerwash_after_reboot;
};
} // namespace update_engine