Changeset f5837524 in mainline for uspace/srv/net/udp/service.c
- Timestamp:
- 2018-10-29T17:15:02Z (6 years ago)
- Children:
- eec201d
- Parents:
- 184f2f8a
- git-author:
- Jakub Jermar <jakub@…> (2018-10-28 12:42:35)
- git-committer:
- Jakub Jermar <jakub@…> (2018-10-29 17:15:02)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/udp/service.c
r184f2f8a rf5837524 667 667 668 668 /* Accept the connection */ 669 async_answer_ 0(icall, EOK);669 async_answer_5(icall, EOK, 0, 0, 0, 0, async_get_label()); 670 670 671 671 log_msg(LOG_DEFAULT, LVL_DEBUG, "udp_client_conn()");
Note:
See TracChangeset
for help on using the changeset viewer.