Christian Helmuth de0a771fae Generic sleep_forever() based on lock
The old implementation of sleep_forever() used a local Ipc_server
object, which is not announced (i.e., known) outside of the blocking
process/thread, to infinitely wait for incoming messages. In past and
present, this leads to problems (e.g., issues #538 and #1032).

Fixes #1135.
Fixes #538.
Fixes #1032.
2014-05-07 10:37:39 +02:00
..
2014-02-28 10:11:12 +01:00
2013-01-10 21:44:47 +01:00
2013-12-20 15:16:19 +01:00
2013-01-10 21:44:47 +01:00
2013-01-10 21:44:47 +01:00
2014-04-01 16:37:09 +02:00
2014-02-28 10:11:12 +01:00
2011-12-22 16:19:25 +01:00

This directory contains include files of interfaces that are exported
by components to be used by other components. Each subdirectory corresponds
to the component exporting the interface.