summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/usr/mbox')
-rw-r--r--src/include/usr/mbox/ipc_reasoncodes.H4
-rw-r--r--src/include/usr/mbox/mbox_reasoncodes.H3
-rw-r--r--src/include/usr/mbox/mboxif.H5
3 files changed, 9 insertions, 3 deletions
diff --git a/src/include/usr/mbox/ipc_reasoncodes.H b/src/include/usr/mbox/ipc_reasoncodes.H
index 1758653e3..df098bf0b 100644
--- a/src/include/usr/mbox/ipc_reasoncodes.H
+++ b/src/include/usr/mbox/ipc_reasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2013 */
+/* COPYRIGHT International Business Machines Corp. 2013,2014 */
/* */
/* p1 */
/* */
@@ -25,6 +25,8 @@
#include <hbotcompid.H>
+#define IPC_TRACE_NAME "IPC"
+
namespace IPC
{
enum IPCModuleId
diff --git a/src/include/usr/mbox/mbox_reasoncodes.H b/src/include/usr/mbox/mbox_reasoncodes.H
index 2bce46660..1c21b52e7 100644
--- a/src/include/usr/mbox/mbox_reasoncodes.H
+++ b/src/include/usr/mbox/mbox_reasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -74,6 +74,7 @@ namespace MBOX
enum mboxUserDetailDataSubsection
{
MBOX_UDT_MBOXMSG_DATA = 0x01,
+ MBOX_UDT_MSG_DATA = 0x02, //@todo: RTC:93750
};
};
diff --git a/src/include/usr/mbox/mboxif.H b/src/include/usr/mbox/mboxif.H
index 8bce7b495..b17fbeb13 100644
--- a/src/include/usr/mbox/mboxif.H
+++ b/src/include/usr/mbox/mboxif.H
@@ -5,7 +5,7 @@
/* */
/* IBM CONFIDENTIAL */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2013 */
+/* COPYRIGHT International Business Machines Corp. 2012,2014 */
/* */
/* p1 */
/* */
@@ -27,6 +27,9 @@
#include <errl/errlentry.H>
#include <mbox/mbox_queues.H>
+#define MBOX_TRACE_NAME MBOX_COMP_NAME
+#define MBOXMSG_TRACE_NAME "MBOXMSG"
+
namespace MBOX
{
enum
OpenPOWER on IntegriCloud