]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - qnx/src/ipc3x_dev/ti/syslink/ipc/hlos/knl/Qnx/MessageQCopyDrv.c
QNX IPC: Update MessageQCopy to Add Desc Field in Name Map
[ipc/ipcdev.git] / qnx / src / ipc3x_dev / ti / syslink / ipc / hlos / knl / Qnx / MessageQCopyDrv.c
index 6810dfa0e5d2f3021f99859f868dd972b752bf5b..99d17149d5e94ce3e96ac0cd7d0ea2a5b59acba8 100644 (file)
@@ -299,7 +299,8 @@ void mqcopy_client_test_cb(MessageQCopy_Handle handle, void * data, int len, voi
     }
 }
 
-void mqcopy_client_test_notify_cb (MessageQCopy_Handle handle, UInt16 procId, UInt32 endpoint, Bool create)
+void mqcopy_client_test_notify_cb (MessageQCopy_Handle handle, UInt16 procId,
+                                   UInt32 endpoint, Char * desc, Bool create)
 {
     Int i = 0;
     Bool found = FALSE;
@@ -362,7 +363,8 @@ void mqcopy_error_test_cb(MessageQCopy_Handle handle, void * data, int len, void
                  handle, srcProc, src);
 }
 
-void mqcopy_error_test_notify_cb (MessageQCopy_Handle handle, UInt16 procId, UInt32 endpoint, Bool create)
+void mqcopy_error_test_notify_cb (MessageQCopy_Handle handle, UInt16 procId,
+                                  UInt32 endpoint, Char * desc, Bool create)
 {
     Osal_printf ("mqcopy_error_test_notify_cb for handle %d from procId %d endpoint %d",
                  handle, procId, endpoint);