Changeset eed4139 in mainline for uspace/app
- Timestamp:
- 2018-03-22T23:23:18Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbb37b6
- Parents:
- 77f0a1d
- Location:
- uspace/app
- Files:
-
- 2 edited
-
trace/ipcp.c (modified) (1 diff)
-
wavplay/drec.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/ipcp.c
r77f0a1d reed4139 194 194 195 195 if ((display_mask & DM_IPC) != 0) { 196 printf("Call ID: %p, phone: %p, proto: %s, method: ",196 printf("Call handle: %p, phone: %p, proto: %s, method: ", 197 197 chandle, phandle, (proto ? proto->name : "n/a")); 198 198 ipc_m_print(proto, IPC_GET_IMETHOD(*call)); -
uspace/app/wavplay/drec.c
r77f0a1d reed4139 90 90 * Writes recorded data. 91 91 * 92 * @param icall_handle IPC call id.92 * @param icall_handle IPC call handle. 93 93 * @param icall Poitner to IPC call structure. 94 94 * @param arg Argument. Poitner to recording helper structure.
Note:
See TracChangeset
for help on using the changeset viewer.
