source: mainline/contrib/arch/uspace/srv/ns/ns.bp@ 86018c1

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 86018c1 was 7a53208, checked in by Martin Decky <martin@…>, 16 years ago

bind unbound interfaces

  • Property mode set to 100644
File size: 484 bytes
Line 
1/* Every task has an implicit connection to the Naming Service,
2 thus there is no explicit ?ipc_m_connect_me_to */
3
4(
5 ?ipc_m_connect_to_me {
6 tentative {
7 !loader.ipc_m_connect_to_me /* forward */
8 }
9 } +
10
11 ?ipc_m_connect_me_to {
12 tentative {
13 alternative (service; kbd; fb; console; vfs; devmap_driver; devmap_client) {
14 !service.ipc_m_connect_me_to /* forward */
15 }
16 }
17 } +
18
19 ?ipc_m_share_in +
20 ?ping +
21 ?task_wait +
22 ?id_intro +
23 ?retval
24)* ;
25?ipc_m_phone_hungup
Note: See TracBrowser for help on using the repository browser.