Changeset cf7b3e0 in mainline for contrib/arch/uspace/srv/loader/loader.adl
- Timestamp:
- 2009-09-16T22:46:58Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 51d4040
- Parents:
- 57688fe2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
contrib/arch/uspace/srv/loader/loader.adl
r57688fe2 rcf7b3e0 1 1 interface loader extends service { 2 /* Establish connection */3 ipcarg_t ipc_m_connect_me_to(void);4 5 2 /* Set task pathname */ 6 3 ipcarg_t set_pathname(in_copy string pathname); … … 20 17 /* Run binary */ 21 18 ipcarg_t run(void); 22 23 /* Close connection */24 ipcarg_t ipc_m_phone_hungup(void);25 19 protocol: 26 20 [loader.bp] … … 34 28 ns ns; 35 29 protocol: 36 [/uspace/lib/libc/protocol] +30 [/uspace/lib/libc/protocol] | 37 31 [loader_server.bp] 38 32 };
Note:
See TracChangeset
for help on using the changeset viewer.