Changeset 2133e02 in mainline for uspace/app
- Timestamp:
- 2015-08-18T20:14:05Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a522e5
- Parents:
- 84dc30c
- File:
-
- 1 edited
-
uspace/app/trace/ipcp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r84dc30c r2133e02 303 303 (retval == 0)) { 304 304 /* Connected to a service (through NS) */ 305 service = IPC_GET_ARG 1(pcall->question);305 service = IPC_GET_ARG2(pcall->question); 306 306 proto = proto_get_by_srv(service); 307 307 if (proto == NULL)
Note:
See TracChangeset
for help on using the changeset viewer.
