Changeset 8218b6b in mainline for uspace/srv/net/tl/tcp/rqueue.c
- Timestamp:
- 2011-10-26T18:01:22Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 7cf7ded
- Parents:
- 2a3214e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/tcp/rqueue.c
r2a3214e r8218b6b 120 120 rc = thread_create(tcp_rqueue_thread, NULL, "rqueue", &tid); 121 121 if (rc != EOK) { 122 log_msg(LVL_ERROR, "Fail decreating rqueue thread.");122 log_msg(LVL_ERROR, "Failed creating rqueue thread."); 123 123 return; 124 124 }
Note:
See TracChangeset
for help on using the changeset viewer.