summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/istepdispatcher/istepdispatcher.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/initservice/istepdispatcher/istepdispatcher.H')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.H11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.H b/src/usr/initservice/istepdispatcher/istepdispatcher.H
index 077a8d869..b83e4300c 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.H
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.H
@@ -152,6 +152,17 @@ public:
*/
void runProgressThread();
+ /**
+ * @brief This function will return the current istep and substep.
+ *
+ * @param[out] o_iStep - The current Istep value.
+ *
+ * @param[out] o_subStep - The current SubStep value.
+ *
+ */
+ void getIstepInfo ( uint8_t & o_iStep,
+ uint8_t & o_subStep );
+
protected:
/**
OpenPOWER on IntegriCloud