Changeset 8218b6b in mainline for uspace/srv/net/tl/tcp/tcp.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/tcp.c
r2a3214e r8218b6b 41 41 #include <task.h> 42 42 43 #include "ncsim.h" 43 44 #include "rqueue.h" 44 45 #include "test.h" … … 64 65 tcp_rqueue_thread_start(); 65 66 67 tcp_ncsim_init(); 68 tcp_ncsim_thread_start(); 69 66 70 tcp_test(); 67 71
Note:
See TracChangeset
for help on using the changeset viewer.