]> Zhao Yanbai Git Server - minix.git/commit
Enable a process to find out what the error code was when delivery of an
authorThomas Veerman <thomas@minix3.org>
Fri, 8 Apr 2011 15:23:12 +0000 (15:23 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 8 Apr 2011 15:23:12 +0000 (15:23 +0000)
commit2cde22ee103fc8f658a12ed6d4836144b5844ba9
tree50f0657f11a47127456e9ec440b4de5e7e02c861
parent7457cbe62fc9ab8ecf69dadb9b2066b0361b0d8b
Enable a process to find out what the error code was when delivery of an
asynchronous message resulted in an error.

The model here is that:
 - Iff a sender wishes to be notified, the sender MUST check for errors
   BEFORE sending another asynchronous message.

The reason is that in order to remember the error code, we can't clean up
the message table and hence we risk running out of table space. This is
less of a problem when the sender enables notifications only for errors.
common/include/minix/sysutil.h
lib/libsys/asynsend.c