Last change
on this file was f1380b7, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 7 years ago |
style: Remove trailing whitespace on _all_ lines, including empty ones, remaining files.
|
-
Property mode
set to
100644
|
File size:
482 bytes
|
Rev | Line | |
---|
[07fdf203] | 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 | } +
|
---|
[f1380b7] | 10 |
|
---|
[07fdf203] | 11 | ?ipc_m_connect_me_to {
|
---|
| 12 | tentative {
|
---|
[7a53208] | 13 | alternative (service; kbd; fb; console; vfs; devmap_driver; devmap_client) {
|
---|
[810860a] | 14 | !service.ipc_m_connect_me_to /* forward */
|
---|
| 15 | }
|
---|
[07fdf203] | 16 | }
|
---|
| 17 | } +
|
---|
[f1380b7] | 18 |
|
---|
[07fdf203] | 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.