Changeset da75af4 in mainline for uspace/lib/c/generic/inet/udp.c
- Timestamp:
- 2018-11-04T14:31:42Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c1841b
- Parents:
- 790f3a3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/inet/udp.c
r790f3a3 rda75af4 494 494 udp_t *udp = (udp_t *)arg; 495 495 496 async_accept_0(icall);497 498 496 while (true) { 499 497 ipc_call_t call;
Note:
See TracChangeset
for help on using the changeset viewer.