Changeset 5a6cc679 in mainline for uspace/srv/net/tcp/ncsim.c
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/ncsim.c
r132ab5d1 r5a6cc679 123 123 124 124 /** Network condition simulator handler fibril. */ 125 static int tcp_ncsim_fibril(void *arg)125 static errno_t tcp_ncsim_fibril(void *arg) 126 126 { 127 127 link_t *link; 128 128 tcp_squeue_entry_t *sqe; 129 129 inet_ep2_t rident; 130 int rc;130 errno_t rc; 131 131 132 132 log_msg(LOG_DEFAULT, LVL_DEBUG, "tcp_ncsim_fibril()");
Note:
See TracChangeset
for help on using the changeset viewer.