Changeset eed4139 in mainline for uspace/app


Ignore:
Timestamp:
2018-03-22T23:23:18Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cbb37b6
Parents:
77f0a1d
Message:

Fix some comments mentioning 'call IDs'

Location:
uspace/app
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/ipcp.c

    r77f0a1d reed4139  
    194194
    195195        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: ",
    197197                    chandle, phandle, (proto ? proto->name : "n/a"));
    198198                ipc_m_print(proto, IPC_GET_IMETHOD(*call));
  • uspace/app/wavplay/drec.c

    r77f0a1d reed4139  
    9090 * Writes recorded data.
    9191 *
    92  * @param icall_handle  IPC call id.
     92 * @param icall_handle  IPC call handle.
    9393 * @param icall         Poitner to IPC call structure.
    9494 * @param arg           Argument. Poitner to recording helper structure.
Note: See TracChangeset for help on using the changeset viewer.