Changeset a1026da in mainline for uspace/lib/c/generic/async.c
- Timestamp:
- 2017-12-22T22:43:25Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1569a9b
- Parents:
- f04b5b3
- git-author:
- Jakub Jermar <jakub@…> (2017-12-22 21:47:09)
- git-committer:
- Jakub Jermar <jakub@…> (2017-12-22 22:43:25)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async.c
rf04b5b3 ra1026da 1496 1496 1497 1497 if (call.cap_handle == CAP_NIL) { 1498 if (call.flags == 0) { 1499 /* This neither a notification nor an answer. */ 1498 if ((call.flags & 1499 (IPC_CALL_NOTIF | IPC_CALL_ANSWERED)) == 0) { 1500 /* Neither a notification nor an answer. */ 1500 1501 handle_expired_timeouts(); 1501 1502 continue;
Note:
See TracChangeset
for help on using the changeset viewer.