]> git.corax.cc Git - toolbox/commit
include/ipc: Remove timeout logic from ipc_endpoint_recv()
authorMatthias Kruk <m@m10k.eu>
Mon, 26 Dec 2022 05:26:32 +0000 (14:26 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 26 Dec 2022 05:26:32 +0000 (14:26 +0900)
commit16243b520842072d06fb5cfb52845ff9dfd8b723
treeaa791eddb9139933776041e5cbc4f4ed648685c5
parent0b71442dba5a62b4483e3406653677bab0fcf38c
include/ipc: Remove timeout logic from ipc_endpoint_recv()

The function `ipc_endpoint_recv()' contains logic to handle timeouts
during message reception, even though timeouts are already handled by
the queue.

This commit removes the unnecessary timeout logic from the ipc module.
include/ipc.sh