Changeset b7fd2a0 in mainline for uspace/srv/net/tcp/ncsim.c
- Timestamp:
- 2018-01-13T03:10:29Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a53ed3a
- Parents:
- 36f0738
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/ncsim.c
r36f0738 rb7fd2a0 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.