Changeset 6769005 in mainline for uspace/lib/hound/src/protocol.c
- Timestamp:
- 2018-10-31T06:03:38Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53ee7a0
- Parents:
- 94ab1fee
- git-author:
- Jakub Jermar <jakub@…> (2018-10-28 12:42:35)
- git-committer:
- Jakub Jermar <jakub@…> (2018-10-31 06:03:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/src/protocol.c
r94ab1fee r6769005 396 396 /* Accept connection if there is a valid iface*/ 397 397 if (server_iface) { 398 async_answer_ 0(icall, EOK);398 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 399 399 } else { 400 400 async_answer_0(icall, ENOTSUP);
Note:
See TracChangeset
for help on using the changeset viewer.