]> Zhao Yanbai Git Server - minix.git/commit
Enable sending a notification when sending of an asynchronous message was
authorThomas Veerman <thomas@minix3.org>
Fri, 8 Apr 2011 15:14:48 +0000 (15:14 +0000)
committerThomas Veerman <thomas@minix3.org>
Fri, 8 Apr 2011 15:14:48 +0000 (15:14 +0000)
commit7457cbe62fc9ab8ecf69dadb9b2066b0361b0d8b
tree80522a1ee0acf48b4b58ce55e96c15fc3e3594e3
parent16e0e9370e8c3a30892d0890572b2cb8700ac5a1
Enable sending a notification when sending of an asynchronous message was
completed (successfully or not). AMF_NOTIFY_ERR can be used if the sender
only wishes to be notified in case of an error (e.g., EDEADSRCDST). A new
endpoint ASYNCM will be the sender of the notification.
common/include/minix/com.h
common/include/minix/ipc.h
kernel/proc.c
kernel/proto.h
kernel/system.c
kernel/table.c