Changeset eed4139 in mainline for uspace/app/trace/ipcp.c


Ignore:
Timestamp:
2018-03-22T23:23:18Z (6 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'

File:
1 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));
Note: See TracChangeset for help on using the changeset viewer.