Changeset bb97118 in mainline for uspace/lib/c/generic/async/client.c
- Timestamp:
- 2019-02-06T13:25:12Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb13ef8
- Parents:
- d066259
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-02 13:29:26)
- git-committer:
- Jiří Zárevúcky <zarevucky.jiri@…> (2019-02-06 13:25:12)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async/client.c
rd066259 rbb97118 1260 1260 { 1261 1261 return async_req_5_0(exch, IPC_M_STATE_CHANGE_AUTHORIZE, 1262 arg1, arg2, arg3, 0, CAP_HANDLE_RAW(other_exch->phone));1262 arg1, arg2, arg3, 0, cap_handle_raw(other_exch->phone)); 1263 1263 } 1264 1264
Note:
See TracChangeset
for help on using the changeset viewer.