Changeset d40a8ff in mainline for uspace/srv/ns/ns.c
- Timestamp:
- 2007-11-24T14:19:10Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9201f47
- Parents:
- 0cc4313
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/ns.c
r0cc4313 rd40a8ff 213 213 } 214 214 hs = hash_table_get_instance(hlp, hashed_service_t, link); 215 return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0); 215 return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 0, 216 IPC_FF_NONE); 216 217 } 217 218
Note:
See TracChangeset
for help on using the changeset viewer.