Changeset 76d0981d in mainline for uspace/lib/hound/src/protocol.c
- Timestamp:
- 2018-04-12T12:57:20Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3bacee1
- Parents:
- 9c514be
- git-author:
- Jiri Svoboda <jiri@…> (2018-04-11 18:18:43)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-04-12 12:57:20)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/src/protocol.c
r9c514be r76d0981d 39 39 #include <macros.h> 40 40 #include <str.h> 41 #include <stdbool.h> 41 42 #include <stdlib.h> 42 43 #include <stdio.h> … … 401 402 } 402 403 403 while ( 1) {404 while (true) { 404 405 ipc_call_t call; 405 406 cap_call_handle_t chandle = async_get_call(&call);
Note:
See TracChangeset
for help on using the changeset viewer.