ilmClient: replaced POSIX message queue with custom queue implementation
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 28 Feb 2013 13:03:20 +0000 (05:03 -0800)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Thu, 14 Mar 2013 12:03:39 +0000 (05:03 -0700)
commit309f5a76b020ef6ef91d5e65750a584f3a82ccc2
treec034ced8e7213097c546faa77e0024ae166b7130
parent23c0e13accc166d33c2b7fcf0b390794a6c28ec6
ilmClient: replaced POSIX message queue with custom queue implementation

the use of POSIX message queues in the ilmClient library had some side
effects on platforms other than Linux. Because of this, a small thread-
safe queue was implemented for thread synchronization in the ilmClient.

Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
LayerManagerClient/ilmClient/src/generic_ilm_client.c