]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - keystone-rtos/rm-lld.git/blobdiff - src/rm_transport.c
Made requesting instance's allocation count for resource available via the service...
[keystone-rtos/rm-lld.git] / src / rm_transport.c
index 38126d229f9288d7b02fa217d6dbea857ddeab8e..470a6d19e6f57a2ab36954b3bbbc564c44c52d14 100644 (file)
@@ -373,8 +373,9 @@ int32_t Rm_receivePacket(Rm_TransportHandle transportHandle, const Rm_Packet *pk
                             sizeof(Rm_ResourceInfo));\r
                 }\r
                 else {\r
-                    /* Always copy owner count */\r
+                    /* Always copy owner count and instance allocation count */\r
                     transaction->resourceInfo.ownerCount = resourceRespPkt->resourceInfo.ownerCount;\r
+                    transaction->resourceInfo.instAllocCount = resourceRespPkt->resourceInfo.instAllocCount;\r
                 }\r
             }\r
             else {\r