summaryrefslogtreecommitdiffstats
path: root/src/usr/initservice/istepdispatcher/istepdispatcher.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/initservice/istepdispatcher/istepdispatcher.C')
-rw-r--r--src/usr/initservice/istepdispatcher/istepdispatcher.C21
1 files changed, 20 insertions, 1 deletions
diff --git a/src/usr/initservice/istepdispatcher/istepdispatcher.C b/src/usr/initservice/istepdispatcher/istepdispatcher.C
index a628cc3b0..feb683968 100644
--- a/src/usr/initservice/istepdispatcher/istepdispatcher.C
+++ b/src/usr/initservice/istepdispatcher/istepdispatcher.C
@@ -5,7 +5,7 @@
*
* IBM CONFIDENTIAL
*
- * COPYRIGHT International Business Machines Corp. 2011 - 2012
+ * COPYRIGHT International Business Machines Corp. 2011-2012
*
* p1
*
@@ -807,6 +807,25 @@ void iStepBreakPoint(uint32_t i_info)
}
+void getIstepMsgQ ( msg_q_t & o_msgQ )
+{
+ Singleton<IStepDispatcher>::instance().getIstepMsgQ( o_msgQ );
+}
+void IStepDispatcher::getIstepMsgQ ( msg_q_t & o_msgQ )
+{
+ o_msgQ = iv_msgQ;
+}
+
+void getIstepMsg ( msg_t * o_msg )
+{
+ Singleton<IStepDispatcher>::instance().getIstepMsg( o_msg );
+}
+void IStepDispatcher::getIstepMsg ( msg_t * o_msg )
+{
+ o_msg = iv_pMsg;
+}
+
+
IStepDispatcher::IStepDispatcher()
: iv_sts()
{
OpenPOWER on IntegriCloud