]> xenbits.xensource.com Git - unikraft/libs/lwip.git/commit
Correct handling of mailbox return values on post and recv
authorYuri Volchkov <yuri.volchkov@neclab.eu>
Wed, 11 Apr 2018 09:07:11 +0000 (11:07 +0200)
committerSimon Kuenzer <simon.kuenzer@neclab.eu>
Thu, 14 Jun 2018 23:26:45 +0000 (01:26 +0200)
commit3901730a16891fda55f55fd0eaee83cb99b632f7
tree8e1c5c78c9c0a7afc91606a691d6691433978ff0
parente2b8ab3c3ba06159c7d5e461baacb70ab0916501
Correct handling of mailbox return values on post and recv

uk_mbox_mt_post_try and uk_mbox_mt_recv_try return a value
smaller than 0 in case of errors.

Signed-off-by: Yuri Volchkov <yuri.volchkov@neclab.eu>
mailbox.c