summaryrefslogtreecommitdiffstats
path: root/src/include/sys/msg.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/sys/msg.h')
-rw-r--r--src/include/sys/msg.h54
1 files changed, 32 insertions, 22 deletions
diff --git a/src/include/sys/msg.h b/src/include/sys/msg.h
index 4bbf0b265..129d0c36b 100644
--- a/src/include/sys/msg.h
+++ b/src/include/sys/msg.h
@@ -1,25 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/include/sys/msg.h $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2010 - 2011
-//
-// 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/include/sys/msg.h $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2010-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_TAG
+ */
#ifndef __SYS_MSG_H
#define __SYS_MSG_H
@@ -144,6 +145,15 @@ void msg_q_destroy( msg_q_t q );
*/
int msg_q_register(msg_q_t q, const char* name);
+/** @fn msg_q_remove
+ * @brief Remove a message queue from the registry
+ *
+ * @param[in] name - name of the message queue
+ *
+ * @return 0 on success or -ENXIO if queue not found.
+ */
+int msg_q_remove(const char * name);
+
/** @fn msg_q_resolve
* @brief Given the name of a message queue, return the handle to it.
OpenPOWER on IntegriCloud