Searched hist:"59 b9b48bb3007001179fb35d63243b22fd8b47c2" (Results 1 – 2 of 2) sorted by relevance
/haiku/headers/private/kernel/ |
H A D | messaging.h | 59b9b48bb3007001179fb35d63243b22fd8b47c2 Sun Jan 23 19:54:19 UTC 2005 Ingo Weinhold <ingo_weinhold@gmx.de> Added a service that will be responsible for sending messages from kernel to userland applications. A userland server (probably the registrar) will register as the server responsible for delivering the messages. The messages are passed to it via shared memory.
The advantage over sending the messages directly will be, that they won't need to be dropped, if the receiver port is temporarily full.
Currently only the kernel side is implemented. Completely untested yet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | MessagingServiceDefs.h | 59b9b48bb3007001179fb35d63243b22fd8b47c2 Sun Jan 23 19:54:19 UTC 2005 Ingo Weinhold <ingo_weinhold@gmx.de> Added a service that will be responsible for sending messages from kernel to userland applications. A userland server (probably the registrar) will register as the server responsible for delivering the messages. The messages are passed to it via shared memory.
The advantage over sending the messages directly will be, that they won't need to be dropped, if the receiver port is temporarily full.
Currently only the kernel side is implemented. Completely untested yet.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10983 a95241bf-73f2-0310-859d-f6bbb57e9c96
|