Changeset 6769005 in mainline for uspace/srv/devman/drv_conn.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/srv/devman/drv_conn.c
r94ab1fee r6769005 588 588 589 589 /* Accept the connection. */ 590 async_answer_ 0(icall, EOK);590 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 591 591 592 592 client = async_get_client_data();
Note:
See TracChangeset
for help on using the changeset viewer.