commit | da66fd84209f93d9f9c11ea45d45819b92a4a98f | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Mon Jun 03 11:11:24 2019 -0700 |
committer | Patrick Venture <venture@google.com> | Mon Jun 03 11:24:59 2019 -0700 |
tree | d076a0c3958f3466ddf67501cd78529c4584b24f | |
parent | a2d8239473ea9c441e157481c83195c5dcffe5bc [diff] [blame] |
merge Verification and Update statuses Signed-off-by: Patrick Venture <venture@google.com> Change-Id: Ibb9c1c9f9cb7e9cda18f4e8dddb31d57a12f0d90
diff --git a/update.hpp b/update.hpp index 99dd9ca..8f2b03f 100644 --- a/update.hpp +++ b/update.hpp
@@ -21,7 +21,7 @@ virtual void abortUpdate() = 0; /** Check the current state of the update process. */ - virtual UpdateStatus status() = 0; + virtual ActionStatus status() = 0; }; } // namespace ipmi_flash