merge Verification and Update statuses
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: Ibb9c1c9f9cb7e9cda18f4e8dddb31d57a12f0d90
diff --git a/status.hpp b/status.hpp
index 667c050..2789d9c 100644
--- a/status.hpp
+++ b/status.hpp
@@ -5,16 +5,8 @@
namespace ipmi_flash
{
-enum class VerifyCheckResponses : std::uint8_t
-{
- running = 0,
- success = 1,
- failed = 2,
- other = 3,
-};
-
-/** The status of the update mechanism. */
-enum class UpdateStatus : std::uint8_t
+/** The status of the update mechanism or the verification mechanism */
+enum class ActionStatus : std::uint8_t
{
running = 0,
success = 1,