]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blobdiff - linux/include/_Ipc.h
Linux/Android: Refactor MessageQ_create to Register Later with NameServer
[ipc/ipcdev.git] / linux / include / _Ipc.h
index 0a9ef424018f4bd00ccf5a1e6ee7a109c5e21bec..51786cedd12534a7923d3d72144fdf7cab33d9e7 100644 (file)
@@ -52,10 +52,13 @@ typedef enum {
 
 typedef struct {
     Ipc_ProcSync procSync;
+    UInt idHeapStd;
 } Ipc_Config;
 
 Void Ipc_getConfig(Ipc_Config *cfg);
 
+Void Ipc_setConfig(Ipc_Config *cfg);
+
 #if defined (__cplusplus)
 }
 #endif