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
This commit is contained in:
@@ -60,5 +60,6 @@ SubInclude OBOS_TOP src kernel core cache ;
|
||||
SubInclude OBOS_TOP src kernel core device_manager ;
|
||||
SubInclude OBOS_TOP src kernel core disk_device_manager ;
|
||||
SubInclude OBOS_TOP src kernel core fs ;
|
||||
SubInclude OBOS_TOP src kernel core vm ;
|
||||
SubInclude OBOS_TOP src kernel core messaging ;
|
||||
SubInclude OBOS_TOP src kernel core util ;
|
||||
SubInclude OBOS_TOP src kernel core vm ;
|
||||
|
||||
Reference in New Issue
Block a user