Changeset 6769005 in mainline for uspace/lib/c/generic/async/client.c
- Timestamp:
- 2018-10-31T06:03:38Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 53ee7a0
- Parents:
- 94ab1fe
- 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/c/generic/async/client.c
r94ab1fe r6769005 202 202 void async_reply_received(ipc_call_t *data) 203 203 { 204 amsg_t *msg = data->label;204 amsg_t *msg = (amsg_t *) data->answer_label; 205 205 if (!msg) 206 206 return;
Note:
See TracChangeset
for help on using the changeset viewer.