Changeset eed4139 in mainline for uspace/lib/hound/src/protocol.c


Ignore:
Timestamp:
2018-03-22T23:23:18Z (7 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/lib/hound/src/protocol.c

    r77f0a1d reed4139  
    378378}
    379379
    380 /**
    381  * Server side implementation of the hound protocol. IPC connection handler.
    382  * @param iid initial call id
    383  * @param icall pointer to initial call structure.
    384  * @param arg (unused)
    385  */
    386 void hound_connection_handler(cap_call_handle_t icall_handle, ipc_call_t *icall, void *arg)
     380/** Server side implementation of the hound protocol. IPC connection handler.
     381 *
     382 * @param icall_handle   Initial call handle
     383 * @param icall          Pointer to initial call structure.
     384 * @param arg            (unused)
     385 */
     386void hound_connection_handler(cap_call_handle_t icall_handle, ipc_call_t *icall,
     387    void *arg)
    387388{
    388389        hound_context_id_t id;
Note: See TracChangeset for help on using the changeset viewer.