Changeset b61d47d in mainline for uspace/srv/ns/ns.c
- Timestamp:
- 2007-12-02T20:00:14Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 90c35436
- Parents:
- 8df2eab
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/ns.c
r8df2eab rb61d47d 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,216 215 return ipc_forward_fast(callid, hs->phone, IPC_GET_ARG2(*call), 216 IPC_GET_ARG3(*call), 0, IPC_FF_NONE); 217 217 } 218 218
Note:
See TracChangeset
for help on using the changeset viewer.