Changeset eed4139 in mainline for uspace/lib/hound/src/protocol.c
- Timestamp:
- 2018-03-22T23:23:18Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cbb37b6
- Parents:
- 77f0a1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/src/protocol.c
r77f0a1d reed4139 378 378 } 379 379 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 */ 386 void hound_connection_handler(cap_call_handle_t icall_handle, ipc_call_t *icall, 387 void *arg) 387 388 { 388 389 hound_context_id_t id;
Note:
See TracChangeset
for help on using the changeset viewer.