summaryrefslogtreecommitdiffstats
path: root/src/usr/diag/mdia/mdiaworkitem.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/diag/mdia/mdiaworkitem.H')
-rw-r--r--src/usr/diag/mdia/mdiaworkitem.H57
1 files changed, 34 insertions, 23 deletions
diff --git a/src/usr/diag/mdia/mdiaworkitem.H b/src/usr/diag/mdia/mdiaworkitem.H
index a2f86ae6e..04200e01b 100644
--- a/src/usr/diag/mdia/mdiaworkitem.H
+++ b/src/usr/diag/mdia/mdiaworkitem.H
@@ -1,25 +1,25 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/diag/mdia/mdiaworkitem.H $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2012
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
+/* IBM_PROLOG_BEGIN_TAG */
+/* This is an automatically generated prolog. */
+/* */
+/* $Source: src/usr/diag/mdia/mdiaworkitem.H $ */
+/* */
+/* IBM CONFIDENTIAL */
+/* */
+/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* */
+/* p1 */
+/* */
+/* Object Code Only (OCO) source materials */
+/* Licensed Internal Code Source Materials */
+/* IBM HostBoot Licensed Internal Code */
+/* */
+/* The source code for this program is not published or otherwise */
+/* divested of its trade secrets, irrespective of what has been */
+/* deposited with the U.S. Copyright Office. */
+/* */
+/* Origin: 30 */
+/* */
+/* IBM_PROLOG_END_TAG */
#ifndef __MDIA_MDIAWORKITEM_H
#define __MDIA_MDIAWORKITEM_H
@@ -65,9 +65,10 @@ class WorkItem
* @param[in] i_sm state machine to forward call to
* @param[in] i_wfp state machine state snapshot
* @param[in] i_priority work item priority
+ * @param[in] i_chipUnit mba position (0/1)
*/
WorkItem(StateMachine & i_sm, WorkFlowProperties * i_wfp,
- uint64_t i_priority);
+ uint64_t i_priority, uint8_t i_chipUnit);
private:
@@ -87,6 +88,11 @@ class WorkItem
uint64_t iv_priority;
/**
+ * @brief the mba number on the membuf (0/1)
+ */
+ uint8_t iv_chipUnit;
+
+ /**
* @brief copy disabled
*/
WorkItem(const WorkItem &);
@@ -95,6 +101,11 @@ class WorkItem
* @brief assignment disabled
*/
WorkItem & operator=(const WorkItem &);
+
+ /**
+ * @brief provide internal access to unit test
+ */
+ friend class ::MdiaWorkItemTest;
};
/**
OpenPOWER on IntegriCloud