Changes in uspace/srv/net/tcp/ucall.c [797dc79e:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/ucall.c
r797dc79e rb7fd2a0 69 69 { 70 70 tcp_conn_t *nconn; 71 int rc;71 errno_t rc; 72 72 73 73 log_msg(LOG_DEFAULT, LVL_DEBUG, "tcp_uc_open(%p, %s, %s, %p)",
Note:
See TracChangeset
for help on using the changeset viewer.