Changeset 8fcf74f in mainline
- Timestamp:
- 2011-11-30T20:15:22Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 92e717c
- Parents:
- a4ee3ab2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/sock.c
ra4ee3ab2 r8fcf74f 157 157 log_msg(LVL_DEBUG, " - success"); 158 158 async_answer_0(callid, EOK); 159 160 /* Push one fragment notification to client's queue */161 tcp_sock_notify_data(sock_core);162 159 } 163 160 … … 264 261 265 262 async_answer_0(callid, rc); 263 264 /* Push one fragment notification to client's queue */ 265 tcp_sock_notify_data(sock_core); 266 log_msg(LVL_DEBUG, "tcp_sock_listen(): notify conn\n"); 266 267 } 267 268 … … 360 361 tcp_sock_notify_data(asock_core); 361 362 log_msg(LVL_DEBUG, "tcp_sock_listen(): notify aconn\n"); 362 363 363 } 364 364
Note:
See TracChangeset
for help on using the changeset viewer.