Changes in uspace/srv/net/tcp/rqueue.c [9520af7:b7fd2a0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tcp/rqueue.c
r9520af7 rb7fd2a0 105 105 106 106 /** Receive queue handler fibril. */ 107 static int tcp_rqueue_fibril(void *arg)107 static errno_t tcp_rqueue_fibril(void *arg) 108 108 { 109 109 link_t *link;
Note:
See TracChangeset
for help on using the changeset viewer.