summaryrefslogtreecommitdiffstats
path: root/ext_interface.hpp
diff options
context:
space:
mode:
authorAndrew Geissler <andrewg@us.ibm.com>2017-08-19 13:44:44 -0500
committerAndrew Geissler <andrewg@us.ibm.com>2017-08-19 13:44:44 -0500
commitd8dd9b25ac65043ad0cb7734919bf96084b47831 (patch)
tree5bf1ed1782a3a1a71f01a0de2cbe702adbab64fb /ext_interface.hpp
parentd1df1e2755d7d943d1a5519ed86ec6291a7feaa5 (diff)
downloadopenpower-proc-control-d8dd9b25ac65043ad0cb7734919bf96084b47831.tar.gz
openpower-proc-control-d8dd9b25ac65043ad0cb7734919bf96084b47831.zip
Convert over to uint32_t for AttemptsLeft
I missed the fact that the type for the reboot attempts property changed when code was refactored to the new xyz.openbmc_project.Control.Boot.RebootAttempts object Resolves openbmc/openbmc#2178 Change-Id: I297d427b6fa5b9dc0077aab437548d53603c835f Signed-off-by: Andrew Geissler <andrewg@us.ibm.com>
Diffstat (limited to 'ext_interface.hpp')
-rw-r--r--ext_interface.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext_interface.hpp b/ext_interface.hpp
index deb21d8..de34fef 100644
--- a/ext_interface.hpp
+++ b/ext_interface.hpp
@@ -8,4 +8,4 @@
*
* @return Number of boot attempts left
**/
-int getBootCount();
+uint32_t getBootCount();
OpenPOWER on IntegriCloud