]> git.corax.cc Git - toolbox/commit
include/uipc: Remove timeout logic from uipc_endpoint_recv()
authorMatthias Kruk <m@m10k.eu>
Mon, 26 Dec 2022 05:24:15 +0000 (14:24 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 26 Dec 2022 05:24:15 +0000 (14:24 +0900)
commit0b71442dba5a62b4483e3406653677bab0fcf38c
tree47fc6e155dab81ee0897315299e0f103f683b5dc
parent6f1d65f4adb711a03ba9acecee00ee44a09d98e7
include/uipc: Remove timeout logic from uipc_endpoint_recv()

The function `uipc_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 uipc module.
include/uipc.sh